NOISSUE Add ntstatus-gen to systeminfo library

This commit is contained in:
Janrupf
2022-02-06 18:49:54 +01:00
parent 3ca661127f
commit a2f0cc29de
7 changed files with 280 additions and 5 deletions

View File

@@ -60,4 +60,6 @@ uint64_t getSystemRam();
bool isSystem64bit();
bool isCPU64bit();
bool lookupSystemStatusCode(uint64_t code, std::string &name, std::string &description);
}