Compartilhar via


Método UCOMITypeInfo.GetFuncDesc (Int32, 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.

Recupera a estrutura System.Runtime.InteropServices.FUNCDESC que contém informações sobre uma função especificada.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

void GetFuncDesc(
    int index,
    out IntPtr ppFuncDesc
)
void GetFuncDesc(
    int index,
    [OutAttribute] IntPtr% ppFuncDesc
)
abstract GetFuncDesc : 
        index:int *
        ppFuncDesc:nativeint byref -> unit
Sub GetFuncDesc (
    index As Integer,
    <OutAttribute> ByRef ppFuncDesc As IntPtr
)

Parâmetros

  • index
    Type: System.Int32

    Índice da descrição da função a ser retornada.

  • ppFuncDesc
    Type: System.IntPtr

    Referência a um FUNCDESC que descreve a função especificada.

Comentários

Os valores de ppFuncDesc podem ser acessados por meio de PtrToStructure.

Para obter informações adicionais sobre ITypeInfo::GetFuncDesc, 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