ITypeInfo.ReleaseTypeAttr(IntPtr) Method

Definition

Releases a TYPEATTR structure previously returned by the GetTypeAttr(IntPtr) method.

public:
 void ReleaseTypeAttr(IntPtr pTypeAttr);
public void ReleaseTypeAttr (IntPtr pTypeAttr);
abstract member ReleaseTypeAttr : nativeint -> unit
Public Sub ReleaseTypeAttr (pTypeAttr As IntPtr)

Parameters

pTypeAttr
IntPtr

nativeint

A reference to the TYPEATTR structure to release.

Remarks

For more information, see ITypeInfo::ReleaseTypeAttr method.

Applies to