Changeset 7598 for trunk/src/kernel32/overlappedio.h
- Timestamp:
- Dec 9, 2001, 10:55:17 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/overlappedio.h
r7567 r7598 1 /* $Id: overlappedio.h,v 1. 6 2001-12-07 14:13:38sandervl Exp $ */1 /* $Id: overlappedio.h,v 1.7 2001-12-09 21:55:17 sandervl Exp $ */ 2 2 3 3 /* … … 76 76 OverlappedIOHandler(LPOVERLAPPED_HANDLER lpReadHandler, 77 77 LPOVERLAPPED_HANDLER lpWriteHandler, 78 LPOVERLAPPED_HANDLER lpPollHandler = NULL); 78 LPOVERLAPPED_HANDLER lpPollHandler = NULL, 79 BOOL fFullDuplex = FALSE); 79 80 ~OverlappedIOHandler(); 80 81 … … 134 135 135 136 DWORD dwAsyncType; 137 BOOL fFullDuplex; 136 138 //[ASYNC_INDEX_READ] list of pending read (+ write if half-duplex mode) operations 137 139 //[ASYNC_INDEX_WRITE] list of pending write (full-duplex mode) operations
Note:
See TracChangeset
for help on using the changeset viewer.