RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAutoIntfObject.GetTypeInfoCount Method

GetTypeInfoCount returns the count of type information interfaces.

Pascal
function GetTypeInfoCount(out Count: Integer): HResult; stdcall;
C++
__fastcall __stdcall HRESULT GetTypeInfoCount(int Count);

GetTypeInfoCount returns the count of type information interfaces supported by the implementing COM object. If the method returns S_OK, the Count parameter is set to the number of type information interfaces, which is either 1 (if the object supports type information) or 0 (if the object does not support type information). A return value of E_NOTIMPL means that the method is not implemented in the COM object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!