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.
1/6/2010
This structure is used for holding custom data.
Syntax
typedef struct tagCUSTDATAITEM {
GUID guid;
VARIANTARG varValue;
} CUSTDATAITEM, *LPCUSTDATAITEM;
Members
- guid
Globally unique identifier (GUID) for this data item.
- varValue
Value of this data item.
Requirements
| Header | oaidl.h |
| Windows Embedded CE | Windows CE 2.0 and later |