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

Function WSASendMsgWrapper

OsiInterface/SocketProxy.h:60–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60int WSASendMsgWrapper(
61 _In_ SOCKET s,
62 _In_ LPWSAMSG lpMsg,
63 _In_ DWORD dwFlags,
64 _Out_ LPDWORD lpNumberOfBytesSent,
65 _In_ LPWSAOVERLAPPED lpOverlapped,
66 _In_ LPWSAOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine
67)
68{
69 Debug(L"WSASendMsg");
70 return WrappedWSASendMsg(s, lpMsg, dwFlags, lpNumberOfBytesSent, lpOverlapped, lpCompletionRoutine);
71}
72
73void RunSocketProxy()
74{

Callers

nothing calls this directly

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected