Lines Matching defs:CCapsuleHeader
566 struct CCapsuleHeader struct
568 UInt32 HeaderSize;
569 UInt32 Flags;
570 UInt32 CapsuleImageSize;
571 UInt32 SequenceNumber;
573 UInt32 OffsetToSplitInformation;
574 UInt32 OffsetToCapsuleBody;
575 UInt32 OffsetToOemDefinedHeader;
576 UInt32 OffsetToAuthorInformation;
577 UInt32 OffsetToRevisionInformation;
578 UInt32 OffsetToShortDescription;
579 UInt32 OffsetToLongDescription;
580 UInt32 OffsetToApplicableDevices;
582 void Clear() { memset(this, 0, sizeof(*this)); } in Clear()
584 bool Parse(const Byte *p) in Parse()