HRESULT GetTypeInfoType(
unsigned int index,
TYPEKIND FAR* pTKind
);
Retrieves the type of a type description.
The return value obtained from the returned HRESULT is one of the following:
Return value | Meaning |
---|---|
S_OK | Success. |
TYPE_E_ELEMENTNOTFOUND | Index is outside the range of 0 to GetTypeInfoCount() –1. |