Search code examples
WSASend completion routine has never been called...


c++windowswinsockwinsock2overlapped-io

Read More
is the overlapped structure updated when using ReadFile?...


c++winapireadfileoverlapped-io

Read More
Linux Overlapped I/O TCP socket server not responsing to C# ASync Client correctly...


c#linuxsocketsasynchronousoverlapped-io

Read More
Should WSASocket() be used with IOCP?...


c++socketswinsockiocpoverlapped-io

Read More
C++ serial library's use of Win32 synchronization functions?...


c++winapiserial-communicationoverlapped-io

Read More
Should I use AcceptEx() or WSAAccept()?...


c++socketswinapinetwork-programmingoverlapped-io

Read More
Is Overlapped I/O used on the client side also?...


c++windowssocketsnetwork-programmingoverlapped-io

Read More
How does Overlapped I/O relates to the concept of blocking and non-blocking sockets?...


c++windowssocketsnetwork-programmingoverlapped-io

Read More
Why is it called Overlapped I/O?...


c++windowssocketsterminologyoverlapped-io

Read More
GetOverlappedResults blocks with bWait = false...


c++asynchronousoverlapped-io

Read More
Cancel WaitCommEvent for overlapped serial I/O...


windowsserial-portmodemhandshakeoverlapped-io

Read More
Why is the callback given to ReadFileEx() not receiving the correct OVERLAPPED structure?...


cwinapivisual-c++file-iooverlapped-io

Read More
When are IO completion port packets sent and when not?...


windowswinapinamed-pipesoverlapped-ioio-completion-ports

Read More
Windows overlapped IO vs IO on separate thread...


windowsasynchronousoverlapped-io

Read More
WSARecv hook: prevent packet from being recieved by the executable...


c++socketsdetoursoverlapped-io

Read More
ReadFileEx, variable length - a few questions...


c++windowsfile-io64-bitoverlapped-io

Read More
Named Pipes - Asynchronous Peeking...


c#.netasynchronousnamed-pipesoverlapped-io

Read More
Win32: How to write multiple buffers into NamedPipe using a single OVERLAPPED operation?...


winapinamed-pipesoverlapped-io

Read More
Data align when socket recv() then written to file using overlapped_io with FILE_NO_BUFFERING_FLAG...


c++socketsrecvoverlapped-io

Read More
How do you asynchronously resolve host names to IP addresses?...


windowsasynchronousnetwork-programmingdnsoverlapped-io

Read More
How to prevent an I/O Completion Port from blocking when completion packets are available?...


winsock2iocpoverlapped-io

Read More
Reference count for OVERLAPPED structure...


c++asynchronousoverlapped-io

Read More
Why does WSASend return 0 but still call the completion routine?...


c++windowswinsockwinsock2overlapped-io

Read More
storage and management of overlapped structure in multithreaded IOCP server...


multithreadingiocpoverlapped-io

Read More
Using overlapped structure for callback?...


c++windowsasynchronousoverlapped-ioio-completion-ports

Read More
Is the lpNumberOfBytesTransfered parameter of GetOverlappedResult valid when GetLastError returns ER...


windowswinapiiooverlapped-io

Read More
Winsock: Overlapped AcceptEx indicates a new connection while no client connecting...


c++connectionwinsockoverlapped-ioio-completion-ports

Read More
Why does GetOverlappedResult need the file handle?...


cwinapivisual-c++overlapped-io

Read More
Overlapped IO or file mapping?...


winapifile-iooverlapped-iofile-mapping

Read More
Application Not Receiving Serial Data from COM Port - C++...


c++serial-portserial-communicationoverlapped-io

Read More
BackNext