|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| FIND_DATA_TYPE | Type |
| RTL_CRITICAL_SECTION | Lock |
| union { | |
| PFIND_FILE_DATA FindFileData | |
| PFIND_STREAM_DATA FindStreamData | |
| } | u |
| PFIND_FILE_DATA _FIND_DATA_HANDLE::FindFileData |
Definition at line 107 of file find.c.
Referenced by FindClose(), FindFirstFileExW(), and FindNextFileW().
| PFIND_STREAM_DATA _FIND_DATA_HANDLE::FindStreamData |
Definition at line 108 of file find.c.
Referenced by FindClose(), FindFirstStreamW(), and FindNextStreamW().
| RTL_CRITICAL_SECTION _FIND_DATA_HANDLE::Lock |
Definition at line 99 of file find.c.
Referenced by FindClose(), FindFirstFileExW(), FindFirstStreamW(), FindNextFileW(), and FindNextStreamW().
| FIND_DATA_TYPE _FIND_DATA_HANDLE::Type |
Definition at line 98 of file find.c.
Referenced by FindClose(), FindFirstFileExW(), FindFirstStreamW(), FindNextFileW(), and FindNextStreamW().
| union { ... } _FIND_DATA_HANDLE::u |
Referenced by FindClose(), FindFirstFileExW(), FindFirstStreamW(), FindNextFileW(), and FindNextStreamW().