CUSTDATAITEM structure (oaidl.h)
Represents a custom data item.
C++
typedef struct tagCUSTDATAITEM {
GUID guid;
VARIANTARG varValue;
} CUSTDATAITEM, *LPCUSTDATAITEM;
guid
The unique identifier of the data item.
varValue
The value of the data item.
Requirement | Value |
---|---|
Header | oaidl.h |