Searched defs:CStreamInfo (Results 1 – 3 of 3) sorted by relevance
322 struct CStreamInfo struct324 CResource Resource;325 UInt16 PartNumber; // for NEW WIM format, we set it to 1 for OLD WIM format326 UInt32 RefCount;327 UInt32 Id; // for OLD WIM format328 Byte Hash[kHashSize];330 bool IsEmptyHash() const { return IsEmptySha(Hash); } in IsEmptyHash()
202 struct CStreamInfo struct215 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo); argument
888 } CStreamInfo; typedef