iPXE
|
HII animation package header. More...
#include <UefiInternalFormRepresentation.h>
Data Fields | |
EFI_HII_PACKAGE_HEADER | Header |
Standard package header, where Header.Type = EFI_HII_PACKAGE_ANIMATIONS. More... | |
UINT32 | AnimationInfoOffset |
Offset, relative to this header, of the animation information. More... | |
HII animation package header.
Definition at line 1841 of file UefiInternalFormRepresentation.h.
EFI_HII_PACKAGE_HEADER _EFI_HII_ANIMATION_PACKAGE_HDR::Header |
Standard package header, where Header.Type = EFI_HII_PACKAGE_ANIMATIONS.
Definition at line 1845 of file UefiInternalFormRepresentation.h.
UINT32 _EFI_HII_ANIMATION_PACKAGE_HDR::AnimationInfoOffset |
Offset, relative to this header, of the animation information.
If this is zero, then there are no animation sequences in the package.
Definition at line 1850 of file UefiInternalFormRepresentation.h.