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/hmnpipe.h

    r7293 r7457  
    1 /* $Id: hmnpipe.h,v 1.3 2001-11-07 15:35:37 sandervl Exp $ */
     1/* $Id: hmnpipe.h,v 1.4 2001-11-26 14:54:03 sandervl Exp $ */
    22/*
    33 * Project Odin Software License can be found in LICENSE.TXT
     
    3232
    3333  /* this is a handler method for calls to CreateFile() */
    34   virtual DWORD  CreateFile (LPCSTR        lpFileName,
     34  virtual DWORD  CreateFile (HANDLE        hHandle,
     35                             LPCSTR        lpFileName,
    3536                             PHMHANDLEDATA pHMHandleData,
    3637                             PVOID         lpSecurityAttributes,
Note: See TracChangeset for help on using the changeset viewer.