The GetTypeInfoCount method specifies whether the automation server provides Type description information.

 HRESULT GetTypeInfoCount(
   [out] UINT* pctinfo
 );

pctinfo: MUST be set to 0 if the automation server does not provide Type description information. Otherwise, it MUST be set to 1.

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: