3.13.4.4 ITypeLib2::GetAllCustData (Opnum 16)

The GetAllCustData method retrieves the values of all custom data items associated with the automation type library.

 HRESULT GetAllCustData(
   [out] CUSTDATA* pCustData
 );

pCustData: MUST be set to a CUSTDATA structure that contains an array of custom data items, as specified in section 2.2.47. The structure's cCustData field MUST be set to 0 and its prgCustData field set to NULL if there are no custom data items associated with the automation type library.

Return Values: The method MUST return information in an HRESULT data structure, defined in [MS-ERREF] section 2.1. The severity bit in the structure identifies the following conditions:

  • If the severity bit is set to 0, the method completed successfully.

  • If the severity bit is set to 1, the method failed and encountered a fatal error.