UCOMITypeInfo.ReleaseFuncDesc(IntPtr) Method

Definition

Releases a FUNCDESC previously returned by GetFuncDesc(Int32, IntPtr).

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

Parameters

pFuncDesc
IntPtr

nativeint

Reference to the FUNCDESC to release.

Remarks

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

Applies to