Compartilhar via


UCOMITypeInfo.GetFuncDesc(Int32, IntPtr) Método

Definição

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

public:
 void GetFuncDesc(int index, [Runtime::InteropServices::Out] IntPtr % ppFuncDesc);
public void GetFuncDesc (int index, out IntPtr ppFuncDesc);
abstract member GetFuncDesc : int * nativeint -> unit
Public Sub GetFuncDesc (index As Integer, ByRef ppFuncDesc As IntPtr)

Parâmetros

index
Int32

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

ppFuncDesc
IntPtr

nativeint

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

Comentários

Os valores de podem ser acessados por meio PtrToStructurede ppFuncDesc .

Para obter informações adicionais sobre ITypeInfo::GetFuncDesc, consulte a Biblioteca MSDN.

Aplica-se a