Platform SDK: Synchronization Manager |
The ISyncMgrSynchronize::GetItemObject method obtains an interface on a specified item handled by the registered application.
HRESULT GetItemObject( REFSYNCMGRITEMID ItemID, // Identifies the requested item REFIID riid, // Identifies the requested interface void **ppv // Address of variable containing the requested // interface pointer );
This method is for future use. There are currently no interfaces defined on an Item. Application implementers must return E_NOTIMPL from this method.
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.