Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UCOMITypeInfo::GetTypeAttr Method (IntPtr%)

 

Retrieves a System.Runtime.InteropServices::TYPEATTR structure that contains the attributes of the type description.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

void GetTypeAttr(
	[OutAttribute] IntPtr% ppTypeAttr
)

Parameters

ppTypeAttr
Type: System::IntPtr%

On successful return, a reference to the structure that contains the attributes of this type description.

The values of ppTypeAttr can be accessed through PtrToStructure.

For additional information about ITypeInfo::GetTypeAttr, see the MSDN Library.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft