UCOMITypeInfo.GetDllEntry(Int32, INVOKEKIND, String, String, Int16) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DLL에 있는 함수에 대한 진입점의 설명 또는 사양을 검색합니다.
public:
void GetDllEntry(int memid, System::Runtime::InteropServices::INVOKEKIND invKind, [Runtime::InteropServices::Out] System::String ^ % pBstrDllName, [Runtime::InteropServices::Out] System::String ^ % pBstrName, [Runtime::InteropServices::Out] short % pwOrdinal);
public void GetDllEntry (int memid, System.Runtime.InteropServices.INVOKEKIND invKind, out string pBstrDllName, out string pBstrName, out short pwOrdinal);
abstract member GetDllEntry : int * System.Runtime.InteropServices.INVOKEKIND * string * string * int16 -> unit
Public Sub GetDllEntry (memid As Integer, invKind As INVOKEKIND, ByRef pBstrDllName As String, ByRef pBstrName As String, ByRef pwOrdinal As Short)
매개 변수
- memid
- Int32
DLL 항목 설명을 반환할 멤버 함수의 ID입니다.
- invKind
- INVOKEKIND
memid
로 확인한 멤버의 종류를 명시합니다.
- pBstrDllName
- String
null
이 아니면 함수는 DLL의 이름을 포함하는 BSTR
에 pBstrDllName
을 설정합니다.
- pBstrName
- String
이 아닌 null
경우 함수는 진입점의 이름을 포함하는 로 설정합니다 lpbstrName
BSTR
.
- pwOrdinal
- Int16
이 아니 null
고 함수가 서수로 정의되면 는 서수 lpwOrdinal
를 가리키도록 설정됩니다.
설명
에 대 한 자세한 내용은 ITypeInfo::GetDllEntry
, MSDN Library를 참조 합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET