UCOMITypeInfo.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, MSDN Library를 참조 합니다.

적용 대상