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

Function WSASocket

Win32Lib/Socket.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39Socket WSASocket(int af, int type, int protocol)
40{
41 return WSASocket(af, type, protocol, nullptr, 0, 0);
42}
43
44Socket WSASocket(int af, int type, int protocol, const WSAPROTOCOL_INFO* pProtocolInfo, GROUP g, DWORD flags)
45{

Callers 1

SocketReaderMethod · 0.85

Calls 1

WSAThrowLastErrorFunction · 0.70

Tested by

no test coverage detected