2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: For adding content to be synchronized.
24 STRUCT SML_DATA_PROPERTY_PARAM
33 STRUCT SML_DATA_PROPERTY
40 LONG flags; // CSmlDataProperty::TOption bitmap (enum with integer value n maps to bit n)
43 STRUCT params[]; // SML_DATA_PROPERTY_PARAM
46 STRUCT SML_FILTER_CAPABILITY
55 STRUCT SML_MIME_FORMAT
60 STRUCT properties[]; // SML_DATA_PROPERTY
66 STRUCT SML_DATA_STORE_FORMAT
70 WORD sync_types; // TSmlSyncTypeMask
71 STRUCT mime_format[]; // SML_MIME_FORMAT
72 WORD mime_format_tx_pref; // Preferred index for tx
73 WORD mime_format_rx_pref; // Preferred index for rx
74 STRUCT folder_properties[]; // SML_DATA_PROPERTY
75 STRUCT filter_capabilities[]; // SML_FILTER_CAPABILITY
78 LONG flags; // CSmlDataStoreFormat::TOption bitmap (enum with integer value n maps to bit n)