Searched refs:NTSTATUS (Results 1 – 3 of 3) sorted by relevance
20 #ifndef NTSTATUS21 #define NTSTATUS LONG macro24 #define STATUS_INVALID_HANDLE ((NTSTATUS)0xC0000008)27 #define STATUS_INVALID_PARAMETER ((NTSTATUS)0xC000000D)33 #define STATUS_NOT_MAPPED_VIEW ((NTSTATUS)0xC0000019)36 #define STATUS_INVALID_VIEW_SIZE ((NTSTATUS)0xC000001F)39 #define STATUS_ACCESS_DENIED ((NTSTATUS)0xC0000022)69 #define STATUS_MAPPED_ALIGNMENT ((NTSTATUS)0xC0000220)672 NTSTATUS status; in init_physmem_ntdll()860 NTSTATUS status; in physmem_map()[all …]
16 #ifndef NTSTATUS17 #define NTSTATUS LONG macro20 #define STATUS_UNSUCCESSFUL (NTSTATUS)0xC000000123 #define STATUS_NOT_IMPLEMENTED (NTSTATUS)0xC000000226 #define STATUS_INVALID_INFO_CLASS (NTSTATUS)0xC000000329 #define STATUS_ACCESS_DENIED (NTSTATUS)0xC000002232 #define STATUS_DEBUGGER_INACTIVE (NTSTATUS)0xC000035491 static NTSTATUS119 NTSTATUS status; in win32_sysdbg_setup()248 NTSTATUS status; in win32_sysdbg_read()[all …]
80 #ifndef NTSTATUS81 #define NTSTATUS LONG macro84 #define STATUS_NOT_IMPLEMENTED (NTSTATUS)0xC000000287 #define STATUS_PRIVILEGE_NOT_HELD (NTSTATUS)0xC000006195 typedef NTSTATUS (NTAPI *NtSetInformationProcessProt)(HANDLE ProcessHandle, PROCESSINFOCLASS Proces…96 typedef ULONG (NTAPI *RtlNtStatusToDosErrorProt)(NTSTATUS Status);116 …NTSTATUS nt_status = NtSetInformationProcessPtr(GetCurrentProcess(), ProcessUserModeIOPL, NULL, 0); in SetProcessUserModeIOPLFunc()