IFixedTypeInfo.GetDllEntry(Int32, INVOKEKIND, IntPtr, IntPtr, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see GetDllEntry(Int32, INVOKEKIND, IntPtr, IntPtr, IntPtr).
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void GetDllEntry(int memid, System::Runtime::InteropServices::ComTypes::INVOKEKIND invKind, IntPtr pBstrDllName, IntPtr pBstrName, IntPtr pwOrdinal);
public void GetDllEntry (int memid, System.Runtime.InteropServices.ComTypes.INVOKEKIND invKind, IntPtr pBstrDllName, IntPtr pBstrName, IntPtr pwOrdinal);
abstract member GetDllEntry : int * System.Runtime.InteropServices.ComTypes.INVOKEKIND * nativeint * nativeint * nativeint -> unit
Public Sub GetDllEntry (memid As Integer, invKind As INVOKEKIND, pBstrDllName As IntPtr, pBstrName As IntPtr, pwOrdinal As IntPtr)
Parameters
- memid
- Int32
Identifier for the member.
- invKind
- INVOKEKIND
The type of invocation to use.
- pBstrDllName
-
IntPtr
nativeint
The name of the DLL containing the interface.
- pBstrName
-
IntPtr
nativeint
The name of the entry point.
- pwOrdinal
-
IntPtr
nativeint
The ordinal value of the entry point.