2.2.46 CUSTDATAITEM

The CUSTDATAITEM structure is used in a CUSTDATA structure to store custom data items, as specified in section 2.2.47.

 typedef struct tagCUSTDATAITEM {
   GUID guid;
   VARIANT varValue;
 } CUSTDATAITEM;

guid: MUST be set to the GUID associated with the custom data item that uses the [custom] attribute, as specified in section 2.2.49.5.1.

varValue: MUST be set to the value of the custom data item.