Changeset 7564 for trunk/src/kernel32/Fileio.cpp
- Timestamp:
- Dec 7, 2001, 12:28:11 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/Fileio.cpp
r7560 r7564 1 /* $Id: Fileio.cpp,v 1.6 1 2001-12-06 15:57:51sandervl Exp $ */1 /* $Id: Fileio.cpp,v 1.62 2001-12-07 11:28:09 sandervl Exp $ */ 2 2 3 3 /* … … 1660 1660 BOOL, bWait) /* [in] wait for the transfer to complete ? */ 1661 1661 { 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. 1662 1665 if(lpOverlapped == NULL || lpOverlapped->hEvent == 0) { 1663 1666 dprintf(("!ERROR!: lpOverlapped == NULL || lpOverlapped->hEvent == 0"));
Note:
See TracChangeset
for help on using the changeset viewer.