Lines Matching refs:NTSTATUS
16 #ifndef NTSTATUS
17 #define NTSTATUS LONG macro
20 #define STATUS_UNSUCCESSFUL (NTSTATUS)0xC0000001
23 #define STATUS_NOT_IMPLEMENTED (NTSTATUS)0xC0000002
26 #define STATUS_INVALID_INFO_CLASS (NTSTATUS)0xC0000003
29 #define STATUS_ACCESS_DENIED (NTSTATUS)0xC0000022
32 #define STATUS_DEBUGGER_INACTIVE (NTSTATUS)0xC0000354
81 static NTSTATUS (NTAPI *MyNtSystemDebugControl)(SYSDBG_COMMAND Command, PVOID InputBuffer, ULONG In…
91 static NTSTATUS
119 NTSTATUS status; in win32_sysdbg_setup()
248 NTSTATUS status; in win32_sysdbg_read()
264 NTSTATUS status; in win32_sysdbg_write()