List Question
20 TechQA 2024-03-07T07:12:03.467000What is the purpose of this statement?
21 views
Asked by 1024k
How to perform a non-blocking write to a USB HID device?
93 views
Asked by Sod Almighty
Store a data stream on hard disk in Windows
160 views
Asked by Perry
ReadFile always returns false. GetLastError reoprts ERROR_IO_PENDING. Waitforsingleobject passes
221 views
Asked by Vroom ZOOM
Asynchronous/Overlapped File Read without kernel overhead?
164 views
Asked by Schrottiy
How do I use native (p/invoke) overlapped IO from C# utilizing async/await?
388 views
Asked by Matt Smith
Reading named Pipe using overlapped/asynchronous i/o
367 views
Asked by xMRi
WinSock: How to properly time out receive using overlapped I/O
370 views
Asked by rguilbault
Can a Windows named pipe created in OVERLAPPED (async) mode be used for sync communications as well?
196 views
Asked by joepol
How to use OVERLAPPED to write data at specific offset (win32 programming)
1k views
Asked by play_as_megumin
Windows Named Pipe Client in Overlapped mode
421 views
Asked by user5265160
UDP server consuming high CPU
497 views
Asked by Sayantan Ghosh
Race-free way to asynchronously start AND cancel I/O on another thread in Windows
558 views
Asked by user541686
Capture stdout of child process with overlapped I/O
335 views
Asked by capr
Is it possible to recover an allocated OVERLAPPED structure used in a pending I/O operation?
253 views
Asked by AudioBubble
WSAGetOverlappedResult doesn't return data from socket
456 views
Asked by Janus Troelsen
When using WSASend in overlapped mode, when should I free the buffers?
428 views
Asked by ddulaney
Why is WriteFile not advancing the file offset for subsequent writes in this code?
389 views
Asked by Freeman
WinAPI. DeviceIoControl - Check overlapped request result
183 views
Asked by rudolfninja