UCOMITypeInfo.ReleaseTypeAttr(IntPtr) Method

Definition

Releases a TYPEATTR previously returned by GetTypeAttr(IntPtr).

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

Reference to the TYPEATTR to release.

Remarks

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

Applies to