Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ WSAThrowLastError
Function
WSAThrowLastError
DbgMsgSrc/DbgMsgSrc.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
};
44
45
void WSAThrowLastError(const std::string& what)
46
{
47
Win32::ThrowWin32Error(WSAGetLastError(), what);
48
}
49
50
} // namespace Win32
51
Callers
1
UdpTest
Function · 0.70
Calls
1
ThrowWin32Error
Function · 0.85
Tested by
no test coverage detected