ReactOS 0.4.15-dev-7924-g5949c20
tagUI_MENU_INFO Struct Reference

#include <ui.h>

Collaboration diagram for tagUI_MENU_INFO:

Public Attributes

PCSTR MenuHeader
 
PCSTR MenuFooter
 
BOOLEAN ShowBootOptions
 
PCSTRMenuItemList
 
ULONG MenuItemCount
 
LONG MenuTimeRemaining
 
ULONG SelectedMenuItem
 
PVOID Context
 
ULONG Left
 
ULONG Top
 
ULONG Right
 
ULONG Bottom
 

Detailed Description

Definition at line 204 of file ui.h.

Member Data Documentation

◆ Bottom

ULONG tagUI_MENU_INFO::Bottom

Definition at line 219 of file ui.h.

◆ Context

PVOID tagUI_MENU_INFO::Context

Definition at line 214 of file ui.h.

Referenced by TuiDisplayMenu().

◆ Left

ULONG tagUI_MENU_INFO::Left

Definition at line 216 of file ui.h.

◆ MenuFooter

PCSTR tagUI_MENU_INFO::MenuFooter

Definition at line 207 of file ui.h.

Referenced by TuiDisplayMenu().

◆ MenuHeader

PCSTR tagUI_MENU_INFO::MenuHeader

Definition at line 206 of file ui.h.

Referenced by TuiDisplayMenu().

◆ MenuItemCount

ULONG tagUI_MENU_INFO::MenuItemCount

Definition at line 211 of file ui.h.

Referenced by TuiDisplayMenu().

◆ MenuItemList

PCSTR* tagUI_MENU_INFO::MenuItemList

Definition at line 210 of file ui.h.

Referenced by TuiDisplayMenu().

◆ MenuTimeRemaining

LONG tagUI_MENU_INFO::MenuTimeRemaining

Definition at line 212 of file ui.h.

Referenced by TuiDisplayMenu().

◆ Right

ULONG tagUI_MENU_INFO::Right

Definition at line 218 of file ui.h.

◆ SelectedMenuItem

ULONG tagUI_MENU_INFO::SelectedMenuItem

Definition at line 213 of file ui.h.

Referenced by TuiDisplayMenu().

◆ ShowBootOptions

BOOLEAN tagUI_MENU_INFO::ShowBootOptions

Definition at line 208 of file ui.h.

Referenced by TuiDisplayMenu().

◆ Top

ULONG tagUI_MENU_INFO::Top

Definition at line 217 of file ui.h.


The documentation for this struct was generated from the following file: