ITypeInfo.ReleaseFuncDesc(IntPtr) Méthode

Définition

Libère une structure FUNCDESC précédemment retournée par la méthode GetFuncDesc(Int32, IntPtr).

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

Paramètres

pFuncDesc
IntPtr

nativeint

Référence à la structure FUNCDESC à libérer.

Remarques

Pour plus d’informations, consultez Méthode ITypeInfo ::ReleaseFuncDesc.

S’applique à