IDebugMachineEx2_V7.EnableAutoAttachOnProgramCreate 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 EnableAutoAttachOnProgramCreate(System::String ^ pszProcessNames, Guid % guidEngine, System::String ^ pszSessionId, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
public int EnableAutoAttachOnProgramCreate(string pszProcessNames, ref Guid guidEngine, string pszSessionId, out uint pdwCookie);
abstract member EnableAutoAttachOnProgramCreate : string * Guid * string * uint32 -> int
Public Function EnableAutoAttachOnProgramCreate (pszProcessNames As String, ByRef guidEngine As Guid, pszSessionId As String, ByRef pdwCookie As UInteger) As Integer
Parameters
- pszProcessNames
- String
- guidEngine
- Guid
- pszSessionId
- String
- pdwCookie
- UInt32