ITypeInfo.GetDllEntry 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.
public:
void GetDllEntry(int memid, Microsoft::VisualStudio::OLE::Interop::INVOKEKIND invkind, System::UInt32 refPtrFlags, [Runtime::InteropServices::Out] System::String ^ % pBstrDllName, [Runtime::InteropServices::Out] System::String ^ % pBstrName, [Runtime::InteropServices::Out] System::UInt16 % pwOrdinal);
public void GetDllEntry (int memid, Microsoft.VisualStudio.OLE.Interop.INVOKEKIND invkind, uint refPtrFlags, out string pBstrDllName, out string pBstrName, out ushort pwOrdinal);
abstract member GetDllEntry : int * Microsoft.VisualStudio.OLE.Interop.INVOKEKIND * uint32 * string * string * uint16 -> unit
Public Sub GetDllEntry (memid As Integer, invkind As INVOKEKIND, refPtrFlags As UInteger, ByRef pBstrDllName As String, ByRef pBstrName As String, ByRef pwOrdinal As UShort)
Parameters
- memid
- Int32
- invkind
- INVOKEKIND
- refPtrFlags
- UInt32
- pBstrDllName
- String
- pBstrName
- String
- pwOrdinal
- UInt16