Searched defs:CItem2 (Results 1 – 2 of 2) sorted by relevance
52 struct CItem2 struct54 Byte Type;55 Byte SubType;56 Byte Props;57 bool SameSubTypes;58 unsigned NumChunks;59 size_t Size;61 CReferenceBuf *BufSpec;62 CMyComPtr<IUnknown> RefBuf;64 bool IsAudio() const { return Type == kType_Audio; } in IsAudio()
684 struct CItem2 struct686 AString Name;687 AString Characts;688 unsigned MainIndex;689 int Parent;691 CItem2(): Parent(-1) {} in CItem2() argument