Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccomrade/c1-launcher
/ CurrentErrorCode
Method
CurrentErrorCode
Code/Library/WinAPI.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
////////////
19
20
int WinAPI::CurrentErrorCode()
21
{
22
return GetLastError();
23
}
24
25
std::string WinAPI::GetErrorCodeDescription(int code)
26
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected