Modifier

ITypeInfo2.GetTypeAttr(IntPtr) Method

Definition

Retrieves a TYPEATTR structure that contains the attributes of the type description.

public:
 void GetTypeAttr([Runtime::InteropServices::Out] IntPtr % ppTypeAttr);
public void GetTypeAttr (out IntPtr ppTypeAttr);
abstract member GetTypeAttr : nativeint -> unit
Public Sub GetTypeAttr (ByRef ppTypeAttr As IntPtr)

Parameters

ppTypeAttr
IntPtr

nativeint

When this method returns, contains a reference to the structure that contains the attributes of this type description. This parameter is passed uninitialized.

Implements

Remarks

The values of the ppTypeAttr parameter can be accessed through the PtrToStructure method.

For more information, see ITypeInfo::GetTypeAttr method.

Applies to