MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / WSAThrowLastError

Function WSAThrowLastError

Win32Lib/Socket.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void WSAThrowLastError(const std::string& what)
29{
30 Win32::ThrowWin32Error(WSAGetLastError(), what);
31}
32
33void SocketDeleter::operator()(pointer p) const
34{

Callers 3

WSASocketFunction · 0.70
bindFunction · 0.70
WSAGetOverlappedResultFunction · 0.70

Calls 1

ThrowWin32ErrorFunction · 0.85

Tested by

no test coverage detected