2.2.47 CUSTDATA
The CUSTDATA structure is used by an ITypeInfo2 server or ITypeLib2 server to retrieve custom data items, as specified in sections 3.9.4 and 3.13.4.
-
typedef struct tagCUSTDATA { DWORD cCustData; [size_is(cCustData)] CUSTDATAITEM* prgCustData; } CUSTDATA;
cCustData: MUST be set to the number of custom data items in prgCustData.
prgCustData: MUST refer to an array of CUSTDATAITEM structures that contain custom data items, as specified in section 2.2.46.