ISimpleSyncProvider::GetMetadataSchema
Gets an ITEM_METADATA_SCHEMA object from the provider. This schema defines the format of the metadata for an item.
HRESULT GetMetadataSchema(
IMetadataSchemaCallback *pCallback);
Parameters
- pCallback
[in] An IMetadataSchemaCallback object that is used to add the ITEM_METADATA_SCHEMA object that represents the metadata schema for an item.
Return Value
- S_OK