UCOMITypeInfo.GetFuncDesc(Int32, IntPtr) Método

Definição

Recupera a FUNCDESC estrutura que contém informação 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 para devolver.

ppFuncDesc
IntPtr

nativeint

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

Observações

Os valores de ppFuncDesc podem ser acedidos através de PtrToStructure.

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

Aplica-se a