#include <win_dirent.h>
Public Attributes | |
int | cached |
WIN32_FIND_DATAW | data |
struct _wdirent | ent |
HANDLE | handle |
wchar_t * | patt |
int _WDIR::cached |
Referenced by _wopendir(), dirent_first(), and dirent_next().
WIN32_FIND_DATAW _WDIR::data |
Referenced by dirent_first(), and dirent_next().
struct _wdirent _WDIR::ent |
Referenced by _wreaddir().
HANDLE _WDIR::handle |
Referenced by _wclosedir(), _wopendir(), _wrewinddir(), dirent_first(), and dirent_next().
wchar_t* _WDIR::patt |
Referenced by _wclosedir(), _wopendir(), and dirent_first().