HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_INVALID_HANDLE (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 123 // Verify whether the execption is STATUS_INVALID_HANDLE. Do not record any
126 if (exception_code != STATUS_INVALID_HANDLE) {
142 // STATUS_INVALID_HANDLE does not provide the offending handle value in
409 // If the process is terminated by STATUS_INVALID_HANDLE exception store
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntstatus.h 252 #define STATUS_INVALID_HANDLE ((NTSTATUS)0xC0000008)
    [all...]
winnt.h     [all...]
winbase.h 84 #define EXCEPTION_INVALID_HANDLE STATUS_INVALID_HANDLE
    [all...]

Completed in 60 milliseconds