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.
Represents a custom data item.
Syntax
typedef struct tagCUSTDATAITEM {
GUID guid;
VARIANTARG varValue;
} CUSTDATAITEM, *LPCUSTDATAITEM;
Members
guid
The unique identifier of the data item.
varValue
The value of the data item.
Requirements
| Requirement | Value |
|---|---|
| Header | oaidl.h |