coan 4.2.4
|
Data Fields | |
struct fs_dir_win * | parent |
heap_str | dirname |
char * | dirname_end |
HANDLE | handle |
WIN32_FIND_DATA | obj_info |
Name of directory
Definition at line 61 of file fs_win.c.
Referenced by fs_close_dir(), fs_cur_dir_entry(), fs_open_dir(), and fs_read_dir().
char* fs_dir_win::dirname_end |
The end of the directory name
Definition at line 63 of file fs_win.c.
Referenced by fs_cur_dir_entry(), fs_open_dir(), and fs_read_dir().
HANDLE fs_dir_win::handle |
Handle returned by FindFirstFile()
Definition at line 65 of file fs_win.c.
Referenced by fs_close_dir(), fs_open_dir(), and fs_read_dir().
WIN32_FIND_DATA fs_dir_win::obj_info |
Search data updated by FindFirstFile or FindFile()
Definition at line 67 of file fs_win.c.
Referenced by fs_obj_type(), fs_open_dir(), and fs_read_dir().
struct fs_dir_win* fs_dir_win::parent |
Handle of parent directory if any, else NULL.
Definition at line 59 of file fs_win.c.
Referenced by fs_get_parent(), and fs_open_dir().