Platform SDK: Synchronization Manager |
This method obtains the ISyncMgrEnumItems interface for the items handled by the registered application.
HRESULT EnumSyncMgrItems( ISyncMgrEnumItems **ppSyncMgrEnumItems // Address of ISyncMgrEnumItems // pointer );
This method supports the standard return values, E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, as well as the following:
The enumeration object created by this method implements the ISyncMgrEnumItems interface, a standard enumeration interfaces that contains the Next, Reset, Clone, and Skip methods.
Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 5 or later).
Windows 95/98: Requires Windows 95 or later (with Internet Explorer 5 or later).
Header: Declared in Mobsync.h.