UCOMITypeLib.ReleaseTLibAttr(IntPtr) Method

Definition

Releases the TYPELIBATTR originally obtained from GetLibAttr(IntPtr).

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

Parameters

pTLibAttr
IntPtr

nativeint

The TLIBATTR to release.

Remarks

For additional information about ITypeLib::ReleaseTLibAttr, see the MSDN Library.

Applies to