IDebugRemoteServer2.CreateRemoteInstance 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:
int CreateRemoteInstance(System::String ^ szDll, System::UInt16 wLangID, Guid % clsidObject, Guid % riid, [Runtime::InteropServices::Out] IntPtr % ppvObject);
public int CreateRemoteInstance(string szDll, ushort wLangID, ref Guid clsidObject, ref Guid riid, out IntPtr ppvObject);
abstract member CreateRemoteInstance : string * uint16 * Guid * Guid * nativeint -> int
Public Function CreateRemoteInstance (szDll As String, wLangID As UShort, ByRef clsidObject As Guid, ByRef riid As Guid, ByRef ppvObject As IntPtr) As Integer
Parameters
- szDll
- String
- wLangID
- UInt16
- clsidObject
- Guid
- riid
- Guid
- ppvObject
-
IntPtr
nativeint