ISyncMgrSynchronize::GetItemObject method
Obtains an interface on a specified item that a registered application handles.
Syntax
HRESULT GetItemObject( [in] REFGUID ItemID, [in] REFIID riid, [out] void **ppv );
Parameters
- ItemID [in]
-
Type: REFGUID
An identifier for a requested item.
- riid [in]
-
Type: REFIID
An identifier for a requested interface.
- ppv [out]
-
Type: void**
An address of a variable that receives a pointer to a requested interface.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
The requested interface is not found. |
Remarks
This method exists only for forward compatibility. Currently, there are no interfaces defined on an item. Application implementers must return E_NOTIMPL from this method.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
Show: