Lines Matching full:getlasterror
82 throw Error(GetLastError(), "CreateEvent() failed");
93 throw Error(GetLastError(), "SetEvent() failed");
99 throw Error(GetLastError(), "ResetEvent() failed");
147 DWORD err = GetLastError();
160 throw Error(GetLastError(), "GetOverlappedResult() failed");
163 throw Error(GetLastError(), "Writing to pipe failed (pipe closed?)");
171 throw Error(GetLastError(), "CancelIo() failed");
175 throw Error(GetLastError(), "WaitForMultipleObjects() failed");
245 DWORD err = GetLastError();
272 DWORD err = GetLastError();
295 throw Error(GetLastError(), "Reading from file failed");
303 throw Error(GetLastError(), "CancelIo() failed");
307 throw Error(GetLastError(), "WaitForMultipleObjects() failed");
371 throw Error(GetLastError(), "Failed to open log file");
471 throw Error(GetLastError(), "CreateNamedPipe() failed");
483 DWORD openErr = GetLastError();
532 throw Error(GetLastError(), "SetHandleInformation() failed");
542 throw Error(GetLastError(), "CreateProcess() failed");
576 throw Error(GetLastError(), "GetExitCodeProcess() failed");
597 throw Error(GetLastError(), "Waiting for process failed, WaitForSingleObject() failed");
611 throw Error(GetLastError(), "TerminateProcess() failed");