ITypeInfo.RemoteGetDllEntry Method

Definition

Overloads

RemoteGetDllEntry(Int32, INVOKEKIND, UInt32, String, String, UInt16)
RemoteGetDllEntry(Int32, tagINVOKEKIND, UInt32, String, String, UInt16)

Microsoft internal use only.

RemoteGetDllEntry(Int32, INVOKEKIND, UInt32, String, String, UInt16)

public:
 void RemoteGetDllEntry(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 RemoteGetDllEntry (int memid, Microsoft.VisualStudio.OLE.Interop.INVOKEKIND invkind, uint refPtrFlags, out string pBstrDllName, out string pBstrName, out ushort pwOrdinal);
abstract member RemoteGetDllEntry : int * Microsoft.VisualStudio.OLE.Interop.INVOKEKIND * uint32 * string * string * uint16 -> unit
Public Sub RemoteGetDllEntry (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

Applies to

RemoteGetDllEntry(Int32, tagINVOKEKIND, UInt32, String, String, UInt16)

Microsoft internal use only.

public:
 void RemoteGetDllEntry(int memid, Microsoft::VisualStudio::VsWizard::tagINVOKEKIND invkind, System::UInt32 refPtrFlags, [Runtime::InteropServices::Out] System::String ^ % pBstrDllName, [Runtime::InteropServices::Out] System::String ^ % pBstrName, [Runtime::InteropServices::Out] System::UInt16 % pwOrdinal);
void RemoteGetDllEntry(int memid, Microsoft::VisualStudio::VsWizard::tagINVOKEKIND invkind, unsigned int refPtrFlags, [Runtime::InteropServices::Out] std::wstring const & & pBstrDllName, [Runtime::InteropServices::Out] std::wstring const & & pBstrName, [Runtime::InteropServices::Out] unsigned short & pwOrdinal);
public void RemoteGetDllEntry (int memid, Microsoft.VisualStudio.VsWizard.tagINVOKEKIND invkind, uint refPtrFlags, out string pBstrDllName, out string pBstrName, out ushort pwOrdinal);
abstract member RemoteGetDllEntry : int * Microsoft.VisualStudio.VsWizard.tagINVOKEKIND * uint32 * string * string * uint16 -> unit
Public Sub RemoteGetDllEntry (memid As Integer, invkind As tagINVOKEKIND, refPtrFlags As UInteger, ByRef pBstrDllName As String, ByRef pBstrName As String, ByRef pwOrdinal As UShort)

Parameters

memid
Int32
invkind
tagINVOKEKIND
refPtrFlags
UInt32
pBstrDllName
String
pBstrName
String
pwOrdinal
UInt16

Applies to