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

Method CompleteReceive

DebugView++Lib/SocketReader.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71int SocketReader::CompleteReceive()
72{
73 assert(m_busy);
74 DWORD flags = 0;
75 auto count = Win32::WSAGetOverlappedResult(m_socket, m_overlapped, false, flags);
76 m_busy = false;
77 return count;
78}
79
80std::string SocketReader::GetProcessText() const
81{

Callers

nothing calls this directly

Calls 1

WSAGetOverlappedResultFunction · 0.85

Tested by

no test coverage detected