Changeset 4235 for trunk/src/kernel32/oslibdos.h
- Timestamp:
- Sep 12, 2000, 6:27:45 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.h
r4189 r4235 1 /* $Id: oslibdos.h,v 1.2 1 2000-09-04 18:24:43 sandervlExp $ */1 /* $Id: oslibdos.h,v 1.22 2000-09-12 04:27:45 bird Exp $ */ 2 2 3 3 /* … … 85 85 DWORD OSLibDosSearchPath(DWORD cmd, char *path, char *name, char *full_name, DWORD length_fullname); 86 86 87 #ifndef FIL_QUERYFULLNAME 88 #define FIL_QUERYFULLNAME 5 89 #else 90 #if FIL_QUERYFULLNAME != 5 91 #error "Hmm! FIL_QUERYFULLNAME isn't 5" 92 #endif 93 #endif 94 95 DWORD OSLibDosQueryPathInfo(CHAR *pszPathName, 96 ULONG ulInfoLevel, 97 PVOID pInfoBuf, 98 ULONG cbInfoBuf); 99 87 100 DWORD OSLibDosCreateFile(CHAR *lpFileName, DWORD dwAccess, 88 101 DWORD dwShare, LPSECURITY_ATTRIBUTES lpSecurityAttributes, … … 109 122 BOOL OSLibDosGetFileInformationByHandle(DWORD hFile, BY_HANDLE_FILE_INFORMATION* pHFI); 110 123 111 BOOL OSLibDosSetFileTime(DWORD hFile, WORD creationdate, WORD creationtime, 112 WORD lastaccessdate, WORD lastaccesstime, 124 BOOL OSLibDosSetFileTime(DWORD hFile, WORD creationdate, WORD creationtime, 125 WORD lastaccessdate, WORD lastaccesstime, 113 126 WORD lastwritedate, WORD lastwritetime); 114 127 115 BOOL OSLibDosGetFileTime(DWORD hFile, WORD *creationdate, WORD *creationtime, 116 WORD *lastaccessdate, WORD *lastaccesstime, 128 BOOL OSLibDosGetFileTime(DWORD hFile, WORD *creationdate, WORD *creationtime, 129 WORD *lastaccessdate, WORD *lastaccesstime, 117 130 WORD *lastwritedate, WORD *lastwritetime); 118 131 … … 264 277 265 278 #endif 279 280 ULONG OSLibDosQueryModuleName(ULONG hModule, int cchName, char *pszName); 281 282
Note:
See TracChangeset
for help on using the changeset viewer.