Struct used to pass information between OpenDirectory and GetDirEntry in a thread safe way (each thread creates a new instance of it).
Definition at line 1925 of file TWinNTSystem.cxx.
Public Attributes | |
| WIN32_FIND_DATA | fFindFileData |
| Bool_t | fFirstFile {kFALSE} |
| HANDLE | fSearchFile |
| WIN32_FIND_DATA FindFileData_t::fFindFileData |
Definition at line 1927 of file TWinNTSystem.cxx.
Definition at line 1928 of file TWinNTSystem.cxx.
| HANDLE FindFileData_t::fSearchFile |
Definition at line 1926 of file TWinNTSystem.cxx.