Ignore:
Timestamp:
Nov 26, 2001, 3:54:03 PM (24 years ago)
Author:
sandervl
Message:

preliminary work on overlapped serial comm IO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/conin.h

    r4407 r7457  
    1 /* $Id: conin.h,v 1.3 2000-10-03 17:28:28 sandervl Exp $ */
     1/* $Id: conin.h,v 1.4 2001-11-26 14:53:59 sandervl Exp $ */
    22
    33/*
     
    5656
    5757                       /* this is a handler method for calls to CreateFile() */
    58   virtual DWORD  CreateFile (LPCSTR        lpFileName,
     58  virtual DWORD  CreateFile (HANDLE        hHandle,
     59                             LPCSTR        lpFileName,
    5960                             PHMHANDLEDATA pHMHandleData,
    6061                             PVOID         lpSecurityAttributes,
Note: See TracChangeset for help on using the changeset viewer.