MCPcopy Create free account
hub / github.com/Norbyte/ositools / SocketWrapper

Function SocketWrapper

OsiInterface/SocketProxy.h:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10osidbg::WrappedFunction<SOCKET(int, int, int)> WrappedSocket;
11
12SOCKET WSAAPI SocketWrapper(
13 _In_ int af,
14 _In_ int type,
15 _In_ int protocol
16)
17{
18 Debug(L"socket");
19 return WrappedSocket(af, type, protocol);
20}
21
22int SendWrapper(
23 _In_ SOCKET s,

Callers

nothing calls this directly

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected