Platform SDK: Synchronization Manager

ISyncMgrSynchronize::GetItemObject

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
);

Parameters

ItemID
[in] Identifier for the requested item.
riid
[in] Identifier for the requested interface.
ppv
[out] Address of a variable that receives a pointer to the requested interface.

Return Values

E_NOTIMPL
The requested interface was not found.

Remarks

This method is for future use. There are currently no interfaces defined on an Item. Application implementers must return E_NOTIMPL from this method.

Requirements

  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.