iPXE
|
Extended block headers used for variable sized animation records which need an explicit length. More...
#include <UefiInternalFormRepresentation.h>
Data Fields | |
EFI_HII_ANIMATION_BLOCK | Header |
Standard animation header, where Header.BlockType = EFI_HII_AIBT_EXT1. More... | |
UINT8 | BlockType2 |
The block type. More... | |
UINT8 | Length |
Size of the animation block, in bytes, including the animation block header. More... | |
Extended block headers used for variable sized animation records which need an explicit length.
Definition at line 1894 of file UefiInternalFormRepresentation.h.
EFI_HII_ANIMATION_BLOCK _EFI_HII_AIBT_EXT1_BLOCK::Header |
Standard animation header, where Header.BlockType = EFI_HII_AIBT_EXT1.
Definition at line 1898 of file UefiInternalFormRepresentation.h.
UINT8 _EFI_HII_AIBT_EXT1_BLOCK::BlockType2 |
The block type.
Definition at line 1902 of file UefiInternalFormRepresentation.h.
UINT8 _EFI_HII_AIBT_EXT1_BLOCK::Length |
Size of the animation block, in bytes, including the animation block header.
Definition at line 1906 of file UefiInternalFormRepresentation.h.