Home | History | Annotate | Download | only in KillTheDoctor

Lines Matching defs:Success

179   bool Success = false;
184 Success = ::GetFileSizeEx(FileHandle, &FileSize);
186 if (!Success)
208 Success = ::GetMappedFileNameA(::GetCurrentProcess(),
213 if (!Success)
225 /// @return If ec == errc::success, The absolute path to the program. Otherwise
353 BOOL success = ::CreateProcessA(ProgramToRun.c_str(),
363 if (!success) {
387 success = ::GetProcessTimes(ProcessInfo.hProcess,
392 if (!success) {
425 success = WaitForDebugEvent(&DebugEvent, TimeLeft);
427 if (!success) {
544 success = ContinueDebugEvent(DebugEvent.dwProcessId,
547 if (!success) {