ITypeInfo::GetTypeAttr method
Retrieves a TYPEATTR structure that contains the attributes of the type description.
Syntax
HRESULT GetTypeAttr( [out] TYPEATTR **ppTypeAttr );
Parameters
- ppTypeAttr [out]
-
The attributes of this type description.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
One or more of the arguments is not valid. |
|
Insufficient memory to complete the operation. |
Remarks
To free the TYPEATTR structure, use ITypeInfo::ReleaseTypeAttr.
Requirements
|
IDL |
|
|---|
See also
Show: