Changeset 596 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc
- Timestamp:
- Jul 10, 2018, 1:20:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuStructs.inc
r593 r596 38 38 39 39 struc MENUPAGE 40 .fnEnter resb 2 ; Function to initialize MENUPAGE41 .fnBack resb 2 ; Function to initialize previous MENUPAGE42 .wMenuitems resb 2 ; Number of MENUITEM structs43 .rgMenuitem: ; All MENUITEM structs in this MENUPAGE40 .fnEnter resb 2 ; Function to initialize MENUPAGE 41 .fnBack resb 2 ; Function to initialize previous MENUPAGE 42 .wMenuitems resb 2 ; Number of MENUITEM structs 43 .rgMenuitem: ; All MENUITEM structs in this MENUPAGE 44 44 endstruc 45 45 46 46 struc MENUITEM 47 .fnActivate resb 2 ; Offset to item activation function48 .fnFormatValue resb 2 ; Offset to item value formatting function47 .fnActivate resb 2 ; Offset to item activation function 48 .fnFormatValue resb 2 ; Offset to item value formatting function 49 49 50 .szName resb 2 ; Offset to item name string51 .szQuickInfo resb 2 ; Offset to item quick information string52 .szHelp resb 2 ; Offset to item help string50 .szName resb 2 ; Offset to item name string 51 .szQuickInfo resb 2 ; Offset to item quick information string 52 .szHelp resb 2 ; Offset to item help string 53 53 54 .bFlags resb 1 ; Item flags55 .bType resb 1 ; Item type56 .itemValue resb ITEM_VALUE_size ; ITEM_VALUE for automated item handling54 .bFlags resb 1 ; Item flags 55 .bType resb 1 ; Item type 56 .itemValue resb ITEM_VALUE_size ; ITEM_VALUE for automated item handling 57 57 endstruc 58 58
Note:
See TracChangeset
for help on using the changeset viewer.