Changeset 3007 for trunk/src/lib/nt/ntstat.h
- Timestamp:
- Nov 6, 2016, 5:46:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/ntstat.h
r2985 r3007 50 50 { 51 51 unsigned __int16 st_mode; 52 unsigned __int16 st_dirsymlink; 52 unsigned __int8 st_isdirsymlink; /**< Set if directory symlink. */ 53 unsigned __int8 st_ismountpoint; /**< Set if mount point; 1 if not followed, 2 if followed (lstat & readdir only). */ 53 54 unsigned __int16 st_padding0[2]; 54 55 __int64 st_size; … … 87 88 #ifdef ___nt_ntstuff_h 88 89 int birdStatHandle(HANDLE hFile, BirdStat_T *pStat, const char *pszPath); 89 void birdStatFillFromFileIdFullDirInfo(BirdStat_T *pStat, MY_FILE_ID_FULL_DIR_INFORMATION const *pBuf , const char *pszPath);90 void birdStatFillFromFileIdBothDirInfo(BirdStat_T *pStat, MY_FILE_ID_BOTH_DIR_INFORMATION const *pBuf , const char *pszPath);91 void birdStatFillFromFileBothDirInfo(BirdStat_T *pStat, MY_FILE_BOTH_DIR_INFORMATION const *pBuf , const char *pszPath);90 void birdStatFillFromFileIdFullDirInfo(BirdStat_T *pStat, MY_FILE_ID_FULL_DIR_INFORMATION const *pBuf); 91 void birdStatFillFromFileIdBothDirInfo(BirdStat_T *pStat, MY_FILE_ID_BOTH_DIR_INFORMATION const *pBuf); 92 void birdStatFillFromFileBothDirInfo(BirdStat_T *pStat, MY_FILE_BOTH_DIR_INFORMATION const *pBuf); 92 93 MY_NTSTATUS birdQueryVolumeDeviceNumber(HANDLE hFile, MY_FILE_FS_VOLUME_INFORMATION *pVolInfo, size_t cbVolInfo, 93 94 unsigned __int64 *puDevNo);
Note:
See TracChangeset
for help on using the changeset viewer.