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

Function WSASendWrapper

OsiInterface/SocketProxy.h:46–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46int WSASendWrapper(
47 _In_ SOCKET s,
48 _In_ LPWSABUF lpBuffers,
49 _In_ DWORD dwBufferCount,
50 _Out_ LPDWORD lpNumberOfBytesSent,
51 _In_ DWORD dwFlags,
52 _In_ LPWSAOVERLAPPED lpOverlapped,
53 _In_ LPWSAOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine
54)
55{
56 Debug(L"WSASend");
57 return WrappedWSASend(s, lpBuffers, dwBufferCount, lpNumberOfBytesSent, dwFlags, lpOverlapped, lpCompletionRoutine);
58}
59
60int WSASendMsgWrapper(
61 _In_ SOCKET s,

Callers

nothing calls this directly

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected