Home
last modified time | relevance | path

Searched refs:STATUS_INVALID_PARAMETER (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/win/src/
Dnt_internals.h21 #ifndef STATUS_INVALID_PARAMETER
23 #define STATUS_INVALID_PARAMETER ((NTSTATUS)0xC000000DL) macro
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc574 exception_record.ExceptionCode = STATUS_INVALID_PARAMETER; in HandleInvalidParameter()