Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
uint32_t GetLastErrorCode() {
108
return GetLastError();
109
}
110
111
std::string GetCurrentDirectoryPath() {
112
return DirectoryFromQuery(GetCurrentDirectoryThunk,
"GetCurrentDirectoryW"
);
Callers
1
InitializeSteamComponents
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected