ITypeInfo.ReleaseVarDesc(IntPtr) Méthode

Définition

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

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

Paramètres

pVarDesc
IntPtr

nativeint

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

Remarques

Pour plus d’informations, consultez la méthode ITypeInfo ::ReleaseVarDesc.

S’applique à