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.
Retrieves the type description that corresponds to the specified GUID.
Syntax
HRESULT GetTypeInfoOfGuid(
[in] REFGUID guid,
[out] ITypeInfo **ppTinfo
);
Parameters
[in] guid
The GUID of the type description.
[out] ppTinfo
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
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oaidl.h |