Ignore:
Timestamp:
Nov 6, 2016, 1:07:37 AM (9 years ago)
Author:
bird
Message:

fts-nt.c: Wide char support, part 4.

File:
1 edited

Legend:

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

    r3004 r3005  
    9090/** Whether to restart the scan. */
    9191#define BIRDDIR_F_RESTART_SCAN  4U
     92/** Set if the BirdDir_T structure is statically allocated. */
     93#define BIRDDIR_F_STATIC_ALLOC  8U
    9294/** @} */
    9395
     
    133135BirdDir_T      *birdDirOpenExW(void *hRoot, const wchar_t *pwszPath, const wchar_t *pwszFilter, unsigned fFlags);
    134136BirdDir_T      *birdDirOpenFromHandle(void *hDir, const void *pvReserved, unsigned fFlags);
     137BirdDir_T      *birdDirOpenFromHandleWithReuse(BirdDir_T *pDir, void *pvHandle, const void *pvReserved, unsigned fFlags);
    135138BirdDirEntry_T *birdDirRead(BirdDir_T *pDir);
    136139BirdDirEntryW_T *birdDirReadW(BirdDir_T *pDir);
Note: See TracChangeset for help on using the changeset viewer.