IGlobalIdHandler Interface
Provides a way to generate item IDs of a custom format.
Implement this interface only if you have to generate IDs of a custom format. If you do not implement this interface, the Sync Framework runtime automatically generates item IDs as GUIDs with an 8-byte prefix.
interface IGlobalIdHandler : IUnknown
Members
IGlobalIdHandler method | Description |
---|---|
Generates an ID for a new item. |
Requirements
Header: FullEnumerationProvider.h