IDebugRemoteServer2.LaunchRemoteProcess 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 LaunchRemoteProcess(Microsoft::VisualStudio::Debugger::Interop::PROCESS_LAUNCH_INFO LaunchInfo, [Runtime::InteropServices::Out] System::UInt32 % pdwProcessId, cli::array <Microsoft::VisualStudio::Debugger::Interop::RESUME_COOKIE> ^ pResumeCookie);
public int LaunchRemoteProcess(Microsoft.VisualStudio.Debugger.Interop.PROCESS_LAUNCH_INFO LaunchInfo, out uint pdwProcessId, Microsoft.VisualStudio.Debugger.Interop.RESUME_COOKIE[] pResumeCookie);
abstract member LaunchRemoteProcess : Microsoft.VisualStudio.Debugger.Interop.PROCESS_LAUNCH_INFO * uint32 * Microsoft.VisualStudio.Debugger.Interop.RESUME_COOKIE[] -> int
Public Function LaunchRemoteProcess (LaunchInfo As PROCESS_LAUNCH_INFO, ByRef pdwProcessId As UInteger, pResumeCookie As RESUME_COOKIE()) As Integer
Parameters
- LaunchInfo
- PROCESS_LAUNCH_INFO
- pdwProcessId
- UInt32
- pResumeCookie
- RESUME_COOKIE[]