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