Searched defs:CLead (Results 1 – 1 of 1) sorted by relevance
137 struct CLead struct139 Byte Major;141 UInt16 Type;142 UInt16 Cpu;143 UInt16 Os;144 UInt16 SignatureType;145 char Name[kNameSize];148 void Parse(const Byte *p) in Parse()160 bool IsSupported() const { return Major >= 3 && Type <= 1; } in IsSupported()