Searched defs:FSTEntryInfo (Results 1 – 1 of 1) sorted by relevance
49 typedef struct FSTEntryInfo FSTEntryInfo; typedef51 struct FSTEntryInfo struct53 FSTEntryInfo* next; argument54 int entryNum;55 char pathName[FILENAME_MAX];56 char* name;57 int nameOffset;58 BOOL isDir;59 int parentEntry; // dir only60 int nextEntry; // dir only: next entry under the same dir[all …]