Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method retrieves the type of a type description.
HRESULT GetTypeInfoType( unsigned int index, TYPEKIND FAR* pTKind );
Parameters
- index
[in] Index of the type description within the type library. - pTKind
[out] Pointer to the TYPEKIND enumeration for the type description.
Return Values
If the method succeeds, the return value is S_OK.
If index is outside the range of 0 to ITypeLib::GetTypeInfoCount –1, the return value is TYPE_E_ELEMENTNOTFOUND.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Oaidl.h, Oaidl.idl.
Link Library: Oleaut32.lib, Uuid.lib.
See Also
ITypeLib | ITypeLib::GetTypeInfoCount | TYPEKIND
Send Feedback on this topic to the authors