Skip to content

IVCLComObject.GetTypeInfoCount

The IDispatch:GetTypeInfoCount call for automation servers

Declaration

Source position: classesh.inc line 2008

default 
  function GetTypeInfoCount(out Count: Integer) : HRESULT;

Description

GetTypeInfoCount must return in Count either 0 or 1 to indicate that it provides type information (1) or not (0).

Errors

On error, a nonzero (different from S_OK) return value must be returned.

See also

Name Description
IVCLComObject.GetTypeInfo The IDispatch:GetTypeInfo call for automation servers