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

Function GetLastErrorCode

src/OSTPlatform/Windows/DynamicLibrary.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107uint32_t GetLastErrorCode() {
108 return GetLastError();
109}
110
111std::string GetCurrentDirectoryPath() {
112 return DirectoryFromQuery(GetCurrentDirectoryThunk, "GetCurrentDirectoryW");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected