ITypeInfo.GetFuncDesc(Int32, IntPtr) 메서드

정의

지정된 함수에 대한 정보가 들어 있는 FUNCDESC 구조체를 검색합니다.

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)

매개 변수

index
Int32

반환할 함수 설명의 인덱스입니다.

ppFuncDesc
IntPtr

nativeint

이 메서드는 반환될 때 지정한 함수를 설명하는 FUNCDESC 구조체에 대한 참조를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

설명

매개 변수의 값은 ppFuncDesc 메서드를 통해 PtrToStructure 액세스할 수 있습니다.

자세한 내용은 ITypeInfo::GetFuncDesc 메서드를 참조하세요.

적용 대상