aboutsummaryrefslogtreecommitdiffstats
path: root/api/ntldr.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/ntldr.h')
-rw-r--r--api/ntldr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/ntldr.h b/api/ntldr.h
index dca0e78..3511fd8 100644
--- a/api/ntldr.h
+++ b/api/ntldr.h
@@ -31,3 +31,6 @@ typedef struct _RTL_PROCESS_MODULES
ULONG NumberOfModules;
RTL_PROCESS_MODULE_INFORMATION Modules[1];
} RTL_PROCESS_MODULES, *PRTL_PROCESS_MODULES;
+
+
+#define STATUS_INFO_LENGTH_MISMATCH ((NTSTATUS)0xC0000004L) //TODO: #include <ntstatus.h> instead of this