IDebugPortEx2.LaunchSuspended 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 LaunchSuspended(System::String ^ pszExe, System::String ^ pszArgs, System::String ^ pszDir, System::String ^ bstrEnv, System::UInt32 hStdInput, System::UInt32 hStdOutput, System::UInt32 hStdError, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProcess2 ^ % ppPortProcess);
public int LaunchSuspended(string pszExe, string pszArgs, string pszDir, string bstrEnv, uint hStdInput, uint hStdOutput, uint hStdError, out Microsoft.VisualStudio.Debugger.Interop.IDebugProcess2 ppPortProcess);
abstract member LaunchSuspended : string * string * string * string * uint32 * uint32 * uint32 * IDebugProcess2 -> int
Public Function LaunchSuspended (pszExe As String, pszArgs As String, pszDir As String, bstrEnv As String, hStdInput As UInteger, hStdOutput As UInteger, hStdError As UInteger, ByRef ppPortProcess As IDebugProcess2) As Integer
Parameters
- pszExe
- String
- pszArgs
- String
- pszDir
- String
- bstrEnv
- String
- hStdInput
- UInt32
- hStdOutput
- UInt32
- hStdError
- UInt32
- ppPortProcess
- IDebugProcess2