MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / StatusCode

Function StatusCode

src/OSTPlatform/Windows/Hash.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace {
14
15uint32_t StatusCode(NTSTATUS status) {
16 return static_cast<uint32_t>(status);
17}
18
19} // namespace
20

Callers 1

Sha256OfFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected