ITypeLib::GetTypeInfoOfGuid method
Retrieves the type description that corresponds to the specified GUID.
Syntax
HRESULT GetTypeInfoOfGuid(
[in] REFGUID guid,
[out] ITypeInfo **ppTinfo
);
Parameters
- guid [in]
-
The GUID of the type description.
- ppTinfo [out]
-
The ITypeInfo interface.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
No type description was found in the library with the specified GUID. |
|
One or more of the arguments is not valid. |
|
Insufficient memory to complete the operation. |
Requirements
|
IDL |
|
|---|
See also
Show: