Used for retrieving custom data. It is defined as follows:
typedef struct tagCUSTDATA
{
DWORD cCustData;
/* [size_is] */ LPCUSTDATAITEM prgCustData;
} CUSTDATA;
The following table describes the fields of the CUSTDATA structure.
| Value | Description |
|---|---|
| cCustData | Number of custom data items in prgCustData |
| prgCustData | Array of custom data items |