UCOMITypeInfo.ReleaseVarDesc(IntPtr) Method

Definition

Releases a VARDESC previously returned by GetVarDesc(Int32, IntPtr).

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

Parameters

pVarDesc
IntPtr

nativeint

Reference to the VARDESC to release.

Remarks

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

Applies to