strigi/src/streams
DIR Struct Reference
DIR structure - used by the dirent.h directory iteration functions. More...
#include <stgdirent.h>
Public Attributes | |
| struct dirent | dd_dir |
| struct _finddata_t | dd_dta |
| intptr_t | dd_handle |
| char | dd_name [MAX_PATH] |
| int32_t | dd_stat |
Detailed Description
DIR structure - used by the dirent.h directory iteration functions.
Definition at line 42 of file stgdirent.h.
Member Data Documentation
struct dirent DIR::dd_dir [read] |
Definition at line 50 of file stgdirent.h.
struct _finddata_t DIR::dd_dta [read] |
disk transfer area for this dir
Definition at line 45 of file stgdirent.h.
| intptr_t DIR::dd_handle |
_findnext handle
Definition at line 53 of file stgdirent.h.
| char DIR::dd_name[MAX_PATH] |
given path for dir with search pattern (struct is extended)
Definition at line 64 of file stgdirent.h.
Status of search: 0 = not started yet (next entry to read is first entry) -1 = off the end positive = 0 based index of next entry.
Definition at line 61 of file stgdirent.h.
The documentation for this struct was generated from the following file:
KDE 4.4 API Reference