Changeset 9530 for trunk/src/kernel32/oslibdos.h
- Timestamp:
- Dec 19, 2002, 1:55:27 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.h
r9095 r9530 1 /* $Id: oslibdos.h,v 1.4 8 2002-08-22 14:21:27 sandervl Exp $ */1 /* $Id: oslibdos.h,v 1.49 2002-12-19 12:55:27 sandervl Exp $ */ 2 2 3 3 /* … … 99 99 BOOL OSLibDosGetFileInformationByHandle(DWORD hFile, BY_HANDLE_FILE_INFORMATION* pHFI); 100 100 101 BOOL OSLibDosSetFileTime(DWORD hFile, WORD creationdate, WORD creationtime,102 WORD lastaccessdate, WORD lastaccesstime,103 WORD lastwritedate, WORD lastwritetime);104 105 BOOL OSLibDosGetFileTime(DWORD hFile, WORD *creationdate, WORD *creationtime,106 WORD *lastaccessdate, WORD *lastaccesstime,107 WORD *lastwritedate, WORD *lastwritetime);101 BOOL OSLibDosSetFileTime(DWORD hFile, LPFILETIME pFT1, 102 LPFILETIME pFT2, 103 LPFILETIME pFT3); 104 105 BOOL OSLibDosGetFileTime(DWORD hFile, LPFILETIME pFT1, 106 LPFILETIME pFT2, 107 LPFILETIME pFT3); 108 108 109 109 DWORD OSLibDosSetFilePointer(DWORD hFile, DWORD OffsetLow, DWORD *OffsetHigh, DWORD method);
Note:
See TracChangeset
for help on using the changeset viewer.