coan 4.2.4
fs_dir_win Struct Reference

Data Fields

struct fs_dir_winparent
heap_str dirname
char * dirname_end
HANDLE handle
WIN32_FIND_DATA obj_info

Detailed Description

Structure implementing fs_dir_t for Windows

Definition at line 57 of file fs_win.c.


Field Documentation

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().

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 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().

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().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines