Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
[in] ItemID
Type: REFGUID
An identifier for a requested item.
[in] riid
Type: REFIID
An identifier for a requested interface.
[out] ppv
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | mobsync.h |
| DLL | Mobsync.dll |