MCPcopy 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
45void WSAThrowLastError(const std::string& what)
46{
47 Win32::ThrowWin32Error(WSAGetLastError(), what);
48}
49
50} // namespace Win32
51

Callers 1

UdpTestFunction · 0.70

Calls 1

ThrowWin32ErrorFunction · 0.85

Tested by

no test coverage detected