Changeset 7457 for trunk/src/kernel32/conin.h
- Timestamp:
- Nov 26, 2001, 3:54:03 PM (24 years ago)
- 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:28sandervl Exp $ */1 /* $Id: conin.h,v 1.4 2001-11-26 14:53:59 sandervl Exp $ */ 2 2 3 3 /* … … 56 56 57 57 /* this is a handler method for calls to CreateFile() */ 58 virtual DWORD CreateFile (LPCSTR lpFileName, 58 virtual DWORD CreateFile (HANDLE hHandle, 59 LPCSTR lpFileName, 59 60 PHMHANDLEDATA pHMHandleData, 60 61 PVOID lpSecurityAttributes,
Note:
See TracChangeset
for help on using the changeset viewer.