|
ITypeInfo::GetDllEntry
memid, invkind, lpbstrDllName, lpbstrName, lpwOrdinal)
MEMBERID memid
INVOKEKIND invkind
BSTR FAR* lpbstrDllName
BSTR FAR* lpbstrName
unsigned short FAR* lpwOrdinal
Retrieves a description or specification of an entry point for a function in a
DLL.
Parameters
memid
ID of the member function whose DLL entry description is to be returned.
invkind
Specifies the kind of member identified by memid. This is important for properties, because one memid can identify up to three separate functions.
lpbstrDllName
If not NULL, the function sets *lpbstrDllName to a BSTR containing the DLL name.
lpbstrName
If not NULL, the function sets *lpbstrName to a BSTR containing the name of the entry point; if the entry point is
specified by an ordinal, *lpbstrName is set to NULL.
lpwOrdinal
If not NULL, and if the function is defined by ordinal, then lpwOrdinal is set to point to the ordinal.
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|