Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Squirrel/Squirrel.Windows
/ GetLastError
Method
GetLastError
src/Squirrel/ShellFile.cs:1109–1110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1107
IntPtr argumentsLong);
1108
1109
[DllImport(
"kernel32"
)]
1110
static extern int GetLastError();
1111
1112
string fileName;
1113
string displayName;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected