Changeset 3223 for trunk/src/lib/nt/nthlp.h
- Timestamp:
- Mar 31, 2018, 4:29:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/nthlp.h
r3060 r3223 54 54 int birdSetErrnoToBadFileNo(void); 55 55 56 57 56 HANDLE birdOpenFile(const char *pszPath, ACCESS_MASK fDesiredAccess, ULONG fFileAttribs, 58 57 ULONG fShareAccess, ULONG fCreateDisposition, ULONG fCreateOptions, ULONG fObjAttribs); … … 74 73 HANDLE birdOpenCurrentDirectory(void); 75 74 void birdCloseFile(HANDLE hFile); 75 76 int birdIsPathDirSpec(const char *pszPath); 76 77 int birdDosToNtPath(const char *pszPath, MY_UNICODE_STRING *pNtPath); 77 78 int birdDosToNtPathW(const wchar_t *pwszPath, MY_UNICODE_STRING *pNtPath);
Note:
See TracChangeset
for help on using the changeset viewer.