This method gets the custom data.
At a Glance
Header file: | Oaidl.h |
Windows CE versions: | 2.0 and later |
Syntax
HRESULT GetCustData( REFGUID guid, VARIANT *pVarVal );
Parameters
guid
Globbaly unique identifier (GUID) used to identify the data.
pVarVal
Pointer to where to put the retrieved data.
Return Values
One of the values described in the following table is returned.
Value | Description |
S_OK | Success. |
E_OUTOFMEMORY | Out of memory. |
E_INVALIDARG | One or more of the parameters is invalid. |