Searched defs:DIR_W32 (Results 1 – 1 of 1) sorted by relevance
28 struct DIR_W32 { struct29 HANDLE handle; /* _findfirst/_findnext handle */30 int offset; /* offset into directory */31 short finished; /* 1 if there are not more files */32 WIN32_FIND_DATAW fileinfo; /* from _findfirst/_findnext */33 wchar_t *dirw; /* the dir we are reading */34 struct dirent dent; /* the dirent to return */
Completed in 6 milliseconds