Changeset 21302 for trunk/src/kernel32/hmfile.h
- Timestamp:
- Jun 18, 2009, 11:53:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmfile.h
r10073 r21302 28 28 { 29 29 public: 30 HMFileInfo( LPSTR lpszFileName, PVOID lpSecurityAttributes);30 HMFileInfo(HANDLE hFile, LPSTR lpszFileName, PVOID lpSecurityAttributes); 31 31 ~HMFileInfo(); 32 32 33 33 char *lpszFileName; 34 34 PVOID lpSecurityAttributes; 35 DWORD dwLXOffset; 35 36 }; 36 37 … … 59 60 PHMHANDLEDATA pHMSrcHandle, 60 61 HANDLE destprocess, 61 PHANDLE desthandle,62 62 DWORD fdwAccess, 63 63 BOOL fInherit,
Note:
See TracChangeset
for help on using the changeset viewer.