ITypeInfo.ReleaseVarDesc(IntPtr) Método

Definição

Libera uma estrutura VARDESC retornada anteriormente pelo método GetVarDesc(Int32, IntPtr).Releases a VARDESC structure previously returned by the GetVarDesc(Int32, IntPtr) method.

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

Parâmetros

pVarDesc
IntPtr

Uma referência à estrutura VARDESC a ser liberada.A reference to the VARDESC structure to release.

Comentários

Para obter mais informações, consulte ITypeInfo:: ReleaseVarDesc método.For more information, see ITypeInfo::ReleaseVarDesc method.

Aplica-se a