Método UCOMITypeInfo.ReleaseFuncDesc (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 System.Runtime.InteropServices.FUNCDESC retornado anteriormente por GetFuncDesc.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void ReleaseFuncDesc(
IntPtr pFuncDesc
)
void ReleaseFuncDesc(
IntPtr pFuncDesc
)
abstract ReleaseFuncDesc :
pFuncDesc:nativeint -> unit
Sub ReleaseFuncDesc (
pFuncDesc As IntPtr
)
Parâmetros
pFuncDesc
Type: System.IntPtrReferência ao FUNCDESC a ser liberado.
Comentários
Para obter informações adicionais sobre ITypeInfo::ReleaseFuncDesc, 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