Changeset 7549 for trunk/src/kernel32/hmdevio.h
- Timestamp:
- Dec 5, 2001, 3:16:38 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmdevio.h
r7458 r7549 1 /* $Id: hmdevio.h,v 1. 6 2001-11-26 17:16:24sandervl Exp $ */1 /* $Id: hmdevio.h,v 1.7 2001-12-05 14:16:00 sandervl Exp $ */ 2 2 3 3 #ifndef __DEVIO_H__ … … 123 123 124 124 /* this is a handler method for calls to CreateFile() */ 125 virtual DWORD CreateFile (HANDLE hHandle, 126 LPCSTR lpFileName, 125 virtual DWORD CreateFile (LPCSTR lpFileName, 127 126 PHMHANDLEDATA pHMHandleData, 128 127 PVOID lpSecurityAttributes, … … 153 152 154 153 /* this is a handler method for calls to CreateFile() */ 155 virtual DWORD CreateFile (HANDLE hHandle, 156 LPCSTR lpFileName, 154 virtual DWORD CreateFile (LPCSTR lpFileName, 157 155 PHMHANDLEDATA pHMHandleData, 158 156 PVOID lpSecurityAttributes,
Note:
See TracChangeset
for help on using the changeset viewer.