Ignore:
Timestamp:
Dec 9, 2001, 10:55:17 PM (24 years ago)
Author:
sandervl
Message:

added half or full duplex support

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:38 sandervl Exp $ */
     1/* $Id: overlappedio.h,v 1.7 2001-12-09 21:55:17 sandervl Exp $ */
    22
    33/*
     
    7676     OverlappedIOHandler(LPOVERLAPPED_HANDLER lpReadHandler,
    7777                         LPOVERLAPPED_HANDLER lpWriteHandler,
    78                          LPOVERLAPPED_HANDLER lpPollHandler = NULL);
     78                         LPOVERLAPPED_HANDLER lpPollHandler = NULL,
     79                         BOOL fFullDuplex = FALSE);
    7980    ~OverlappedIOHandler();
    8081
     
    134135
    135136     DWORD                dwAsyncType;
     137     BOOL                 fFullDuplex;
    136138     //[ASYNC_INDEX_READ]  list of pending read (+ write if half-duplex mode) operations
    137139     //[ASYNC_INDEX_WRITE] list of pending write (full-duplex mode) operations
Note: See TracChangeset for help on using the changeset viewer.