Método UCOMITypeInfo.ReleaseVarDesc (IntPtr)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Libera um VARDESC retornado anteriormente por UCOMITypeInfo.GetVarDesc.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void ReleaseVarDesc(
IntPtr pVarDesc
)
void ReleaseVarDesc(
IntPtr pVarDesc
)
abstract ReleaseVarDesc :
pVarDesc:nativeint -> unit
Sub ReleaseVarDesc (
pVarDesc As IntPtr
)
Parâmetros
pVarDesc
Type: System.IntPtrReferência ao VARDESC a ser liberado.
Comentários
Para obter informações adicionais sobre ITypeInfo::ReleaseVarDesc, consulte a biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMITypeInfo
Namespace System.Runtime.InteropServices
Retornar ao início