|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HANDLE | Handle |
| FINDEX_INFO_LEVELS | InfoLevel |
| FINDEX_SEARCH_OPS | SearchOp |
| BOOLEAN | HasMoreData |
| DIR_INFORMATION | NextDirInfo |
| BYTE | Buffer [FIND_DATA_SIZE] |
| BYTE _FIND_FILE_DATA::Buffer[FIND_DATA_SIZE] |
Definition at line 86 of file find.c.
Referenced by FindNextFileW().
| HANDLE _FIND_FILE_DATA::Handle |
Definition at line 70 of file find.c.
Referenced by FindClose(), FindFirstFileExW(), and FindNextFileW().
| BOOLEAN _FIND_FILE_DATA::HasMoreData |
Definition at line 78 of file find.c.
Referenced by FindFirstFileExW(), and FindNextFileW().
| FINDEX_INFO_LEVELS _FIND_FILE_DATA::InfoLevel |
Definition at line 71 of file find.c.
Referenced by FindFirstFileExW(), and FindNextFileW().
| DIR_INFORMATION _FIND_FILE_DATA::NextDirInfo |
Definition at line 84 of file find.c.
Referenced by FindFirstFileExW(), and FindNextFileW().
| FINDEX_SEARCH_OPS _FIND_FILE_DATA::SearchOp |
Definition at line 72 of file find.c.
Referenced by FindFirstFileExW(), and FindNextFileW().