Changeset 8838 for trunk/include
- Timestamp:
- Jul 5, 2002, 7:56:33 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/overlappedio.h
r8644 r8838 1 /* $Id: overlappedio.h,v 1. 2 2002-06-11 12:52:03 sandervl Exp $ */1 /* $Id: overlappedio.h,v 1.3 2002-07-05 17:56:33 sandervl Exp $ */ 2 2 3 3 /* … … 76 76 ~OverlappedIOHandler(); 77 77 78 DWORD AddRef(); 79 DWORD Release(BOOL fSignalExit = FALSE); 80 78 81 BOOL WriteFile(HANDLE hHandle, 79 82 LPCVOID lpBuffer, … … 135 138 DWORD dwAsyncType; 136 139 BOOL fFullDuplex; 140 LONG refCount; 141 137 142 //[ASYNC_INDEX_READ] list of pending read (+ write if half-duplex mode) operations 138 143 //[ASYNC_INDEX_WRITE] list of pending write (full-duplex mode) operations
Note:
See TracChangeset
for help on using the changeset viewer.