Mike McCormack mike_mccormack@start.com.au writes:
This patch implements overlapped completion routines, and fixes up a small problem with the overlapped implementation. According to ms docs, the transfer count should not be stored in the overlapped structure.
Shouldn't you queue an APC instead of calling the completion routine directly?