Share via


ITypeLib::GetTypeInfoCount

This method retrieves the number of type descriptions in the library.

HRESULT GetTypeInfoCount()

Return Values

If the method succeeds, the return value is S_OK.

If the method fails, the return value is E_NOTIMPL.

Remarks

Returns the number of type descriptions in the type library.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Oaidl.h, Oaidl.idl.
Link Library: Oleaut32.lib, Uuid.lib.

See Also

ITypeLib

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.