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 1935 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 1937 of file TWinNTSystem.cxx.
Definition at line 1938 of file TWinNTSystem.cxx.
HANDLE FindFileData_t::fSearchFile |
Definition at line 1936 of file TWinNTSystem.cxx.