Changeset 3009 in kBuild for trunk/src/lib/nt/nthlp.h
- Timestamp:
- Nov 7, 2016 2:21:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/nthlp.h
r2997 r3009 75 75 void birdCloseFile(HANDLE hFile); 76 76 int birdDosToNtPath(const char *pszPath, MY_UNICODE_STRING *pNtPath); 77 int birdDosToNtPathW(const wchar_t *pwszPath, MY_UNICODE_STRING *pNtPath); 77 78 int birdDosToRelativeNtPath(const char *pszPath, MY_UNICODE_STRING *pNtPath); 79 int birdDosToRelativeNtPathW(const wchar_t *pszPath, MY_UNICODE_STRING *pNtPath); 78 80 void birdFreeNtPath(MY_UNICODE_STRING *pNtPath); 79 81
Note:
See TracChangeset
for help on using the changeset viewer.