#include <UefiInternalFormRepresentation.h>
Data Fields | |
| struct { | |
| UINT8 MinValue | |
| UINT8 MaxValue | |
| UINT8 Step | |
| } | u8 |
| struct { | |
| UINT16 MinValue | |
| UINT16 MaxValue | |
| UINT16 Step | |
| } | u16 |
| struct { | |
| UINT32 MinValue | |
| UINT32 MaxValue | |
| UINT32 Step | |
| } | u32 |
| struct { | |
| UINT64 MinValue | |
| UINT64 MaxValue | |
| UINT64 Step | |
| } | u64 |
Definition at line 928 of file UefiInternalFormRepresentation.h.
Definition at line 930 of file UefiInternalFormRepresentation.h.
Definition at line 931 of file UefiInternalFormRepresentation.h.
Definition at line 932 of file UefiInternalFormRepresentation.h.
| struct { ... } MINMAXSTEP_DATA::u8 |
Definition at line 935 of file UefiInternalFormRepresentation.h.
Definition at line 936 of file UefiInternalFormRepresentation.h.
Definition at line 937 of file UefiInternalFormRepresentation.h.
| struct { ... } MINMAXSTEP_DATA::u16 |
Definition at line 940 of file UefiInternalFormRepresentation.h.
Definition at line 941 of file UefiInternalFormRepresentation.h.
Definition at line 942 of file UefiInternalFormRepresentation.h.
| struct { ... } MINMAXSTEP_DATA::u32 |
Definition at line 945 of file UefiInternalFormRepresentation.h.
Definition at line 946 of file UefiInternalFormRepresentation.h.
Definition at line 947 of file UefiInternalFormRepresentation.h.
| struct { ... } MINMAXSTEP_DATA::u64 |
1.5.7.1