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

    r6646 r7457  
    1 /* $Id: hmmailslot.cpp,v 1.2 2001-09-05 12:57:58 bird Exp $
     1/* $Id: hmmailslot.cpp,v 1.3 2001-11-26 14:54:02 sandervl Exp $
    22 *
    33 * Win32 mailslot APIs
     
    176176 *****************************************************************************/
    177177
    178 DWORD HMMailslotClass::CreateFile (LPCSTR        lpFileName,
     178DWORD HMMailslotClass::CreateFile (HANDLE        hHandle,
     179                                   LPCSTR        lpFileName,
    179180                                   PHMHANDLEDATA pHMHandleData,
    180181                                   PVOID         lpSecurityAttributes,
Note: See TracChangeset for help on using the changeset viewer.