Ignore:
Timestamp:
Dec 7, 2001, 12:28:11 PM (24 years ago)
Author:
sandervl
Message:

overlappedio, com & lpt updates

File:
1 edited

Legend:

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

    r7560 r7564  
    1 /* $Id: Fileio.cpp,v 1.61 2001-12-06 15:57:51 sandervl Exp $ */
     1/* $Id: Fileio.cpp,v 1.62 2001-12-07 11:28:09 sandervl Exp $ */
    22
    33/*
     
    16601660              BOOL, bWait)                /* [in] wait for the transfer to complete ? */
    16611661{
     1662  //NOTE: According to the SDK docs lpOverlapped->hEvent can be 0. This function
     1663  //      is supposed to wait on the file handle in that case. We don't support
     1664  //      this, so we just fail.
    16621665  if(lpOverlapped == NULL || lpOverlapped->hEvent == 0) {
    16631666      dprintf(("!ERROR!: lpOverlapped == NULL || lpOverlapped->hEvent == 0"));
Note: See TracChangeset for help on using the changeset viewer.