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.cpp

    r7293 r7457  
    1 /* $Id: hmnpipe.cpp,v 1.3 2001-11-07 15:35:37 sandervl Exp $ */
     1/* $Id: hmnpipe.cpp,v 1.4 2001-11-26 14:54:02 sandervl Exp $ */
    22/*
    33 * Project Odin Software License can be found in LICENSE.TXT
     
    128128 *****************************************************************************/
    129129
    130 DWORD HMDeviceNamedPipeClass::CreateFile (LPCSTR        lpFileName,
     130DWORD HMDeviceNamedPipeClass::CreateFile (HANDLE        hHandle,
     131                                          LPCSTR        lpFileName,
    131132                                          PHMHANDLEDATA pHMHandleData,
    132133                                          PVOID         lpSecurityAttributes,
Note: See TracChangeset for help on using the changeset viewer.