ICreateTypeInfo::SetTypeFlags method (oaidl.h)
Sets type flags of the type description being created.
Syntax
HRESULT SetTypeFlags(
[in] UINT uTypeFlags
);
Parameters
[in] uTypeFlags
The settings for the type flags. For details, see TYPEFLAGS.
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. |
|
Cannot write to the destination. |
|
Insufficient memory to complete the operation. |
|
Type mismatch. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oaidl.h |