Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <dir.h>
Data Fields | |
WCHAR * | start |
WCHAR * | curr |
long | size |
long | nfiles |
long | loc |
struct direct | dirstr |
char * | bits |
char* DIR::bits |
Definition at line 28 of file dir.h.
Referenced by rb_w32_closedir().
WCHAR* DIR::curr |
Definition at line 23 of file dir.h.
Referenced by rb_w32_rewinddir(), and rb_w32_seekdir().
struct direct DIR::dirstr |
Definition at line 27 of file dir.h.
Referenced by rb_w32_closedir().
long DIR::loc |
Definition at line 26 of file dir.h.
Referenced by rb_w32_rewinddir(), rb_w32_seekdir(), and rb_w32_telldir().
WCHAR* DIR::start |
Definition at line 22 of file dir.h.
Referenced by rb_w32_closedir(), and rb_w32_rewinddir().