Changeset 3005 for trunk/src/lib/nt/ntdir.h
- Timestamp:
- Nov 6, 2016, 1:07:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/ntdir.h
r3004 r3005 90 90 /** Whether to restart the scan. */ 91 91 #define BIRDDIR_F_RESTART_SCAN 4U 92 /** Set if the BirdDir_T structure is statically allocated. */ 93 #define BIRDDIR_F_STATIC_ALLOC 8U 92 94 /** @} */ 93 95 … … 133 135 BirdDir_T *birdDirOpenExW(void *hRoot, const wchar_t *pwszPath, const wchar_t *pwszFilter, unsigned fFlags); 134 136 BirdDir_T *birdDirOpenFromHandle(void *hDir, const void *pvReserved, unsigned fFlags); 137 BirdDir_T *birdDirOpenFromHandleWithReuse(BirdDir_T *pDir, void *pvHandle, const void *pvReserved, unsigned fFlags); 135 138 BirdDirEntry_T *birdDirRead(BirdDir_T *pDir); 136 139 BirdDirEntryW_T *birdDirReadW(BirdDir_T *pDir);
Note:
See TracChangeset
for help on using the changeset viewer.