MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / SocketToHandle

Function SocketToHandle

src/External/CascLib/src/common/Sockets.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39static HANDLE inline SocketToHandle(SOCKET sock)
40{
41 return (HANDLE)(intptr_t)(sock);
42}
43
44//-----------------------------------------------------------------------------
45// CASC_SOCKET functions

Callers 3

ReadResponseMethod · 0.85
CreateAndConnectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected