Ignore:
Timestamp:
Nov 1, 2016, 7:26:35 PM (9 years ago)
Author:
bird
Message:

lib/nt: Got fts-nt halfways working, quite a few NT interface changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/ntstat.h

    r2858 r2985  
    7777
    7878int birdStatFollowLink(const char *pszPath, BirdStat_T *pStat);
     79int birdStatFollowLinkW(const wchar_t *pwszPath, BirdStat_T *pStat);
    7980int birdStatOnLink(const char *pszPath, BirdStat_T *pStat);
     81int birdStatOnLinkW(const wchar_t *pwszPath, BirdStat_T *pStat);
     82int birdStatAt(void *hRoot, const char *pszPath, BirdStat_T *pStat, int fFollowLink);
     83int birdStatAtW(void *hRoot, const wchar_t *pwszPath, BirdStat_T *pStat, int fFollowLink);
    8084int birdStatOnFd(int fd, BirdStat_T *pStat);
    8185int birdStatOnFdJustSize(int fd, __int64 *pcbFile);
Note: See TracChangeset for help on using the changeset viewer.