UCOMITypeInfo.GetFuncDesc(Int32, IntPtr) Metoda

Definice

FUNCDESC Načte strukturu obsahující informace o zadané funkci.

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)

Parametry

index
Int32

Index popisu funkce, který se má vrátit.

ppFuncDesc
IntPtr

nativeint

Odkaz na zadanou FUNCDESC funkci.

Poznámky

K hodnotám ppFuncDesc lze přistupovat prostřednictvím PtrToStructure.

Další informace o ITypeInfo::GetFuncDescknihovně MSDN naleznete v tématu.

Platí pro