Ignore:
Timestamp:
Dec 5, 2001, 7:06:02 PM (24 years ago)
Author:
sandervl
Message:

overlapped io updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/hmcomm.cpp

    r7549 r7550  
    1 /* $Id: hmcomm.cpp,v 1.26 2001-12-05 14:15:59 sandervl Exp $ */
     1/* $Id: hmcomm.cpp,v 1.27 2001-12-05 18:06:00 sandervl Exp $ */
    22
    33/*
     
    323323    dprintf(("Warning: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation"));
    324324  }
     325  if(lpCompletionRoutine) {
     326      dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO"));
     327  }
     328
    325329//testestestest
    326330  dprintf2(("Bytes to write:"));
     
    384388  if(!(pHMHandleData->dwFlags & FILE_FLAG_OVERLAPPED) && lpOverlapped) {
    385389    dprintf(("!WARNING!: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation"));
     390  }
     391
     392  if(lpCompletionRoutine) {
     393      dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO"));
    386394  }
    387395
Note: See TracChangeset for help on using the changeset viewer.