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

@@ -72,3 +72,8 @@ Sys::DistributionInfo Sys::getDistributionInfo()
DistributionInfo result;
return result;
}
bool Sys::lookupSystemStatusCode(uint64_t code, std::string &name, std::string &description)
{
return false;
}