|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <dirent_win32.h>

Public Attributes | |
| dirent | curentry |
| WIN32_FIND_DATAA | find_data |
| int | cached |
| HANDLE | search_handle |
| char | patt [MAX_PATH+3] |
Definition at line 164 of file dirent_win32.h.
| int DIR::cached |
Definition at line 168 of file dirent_win32.h.
Referenced by opendir(), readdir(), and rewinddir().
| dirent DIR::curentry |
Definition at line 166 of file dirent_win32.h.
Referenced by readdir().
| WIN32_FIND_DATAA DIR::find_data |
Definition at line 167 of file dirent_win32.h.
Referenced by opendir(), readdir(), and rewinddir().
| char DIR::patt[MAX_PATH+3] |
Definition at line 170 of file dirent_win32.h.
Referenced by opendir(), and rewinddir().
| HANDLE DIR::search_handle |
Definition at line 169 of file dirent_win32.h.
Referenced by closedir(), opendir(), readdir(), and rewinddir().