Searched defs:CFileId (Results 1 – 1 of 1) sorted by relevance
464 struct CFileId struct467 Byte FileCharacteristics;469 CDString Id;470 CLongAllocDesc Icb;472 bool IsItLink_Dir () const { return (FileCharacteristics & FILEID_CHARACS_Dir) != 0; } in IsItLink_Dir()473 bool IsItLink_Deleted() const { return (FileCharacteristics & FILEID_CHARACS_Deleted) != 0; } in IsItLink_Deleted()474 bool IsItLink_Parent () const { return (FileCharacteristics & FILEID_CHARACS_Parent) != 0; } in IsItLink_Parent()