Changeset 2985 for trunk/src/lib/nt/ntstat.h
- Timestamp:
- Nov 1, 2016, 7:26:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/ntstat.h
r2858 r2985 77 77 78 78 int birdStatFollowLink(const char *pszPath, BirdStat_T *pStat); 79 int birdStatFollowLinkW(const wchar_t *pwszPath, BirdStat_T *pStat); 79 80 int birdStatOnLink(const char *pszPath, BirdStat_T *pStat); 81 int birdStatOnLinkW(const wchar_t *pwszPath, BirdStat_T *pStat); 82 int birdStatAt(void *hRoot, const char *pszPath, BirdStat_T *pStat, int fFollowLink); 83 int birdStatAtW(void *hRoot, const wchar_t *pwszPath, BirdStat_T *pStat, int fFollowLink); 80 84 int birdStatOnFd(int fd, BirdStat_T *pStat); 81 85 int birdStatOnFdJustSize(int fd, __int64 *pcbFile);
Note:
See TracChangeset
for help on using the changeset viewer.