12 references to NativeMethods
rzc (12)
ServerProtocol\ServerConnection.cs (12)
347
startInfo.hStdError =
NativeMethods
.InvalidIntPtr;
348
startInfo.hStdInput =
NativeMethods
.InvalidIntPtr;
349
startInfo.hStdOutput =
NativeMethods
.InvalidIntPtr;
350
startInfo.dwFlags =
NativeMethods
.STARTF_USESTDHANDLES;
351
var dwCreationFlags =
NativeMethods
.NORMAL_PRIORITY_CLASS |
NativeMethods
.CREATE_NO_WINDOW;
357
var success =
NativeMethods
.CreateProcess(
360
lpProcessAttributes:
NativeMethods
.NullPtr,
361
lpThreadAttributes:
NativeMethods
.NullPtr,
364
lpEnvironment:
NativeMethods
.NullPtr, // Inherit environment
372
NativeMethods
.CloseHandle(processInfo.hProcess);
373
NativeMethods
.CloseHandle(processInfo.hThread);