ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <ui.h>
BOOLEAN(* tagUIVTBL::DisplayMenu) (IN PCSTR MenuHeader, IN PCSTR MenuFooter OPTIONAL, IN BOOLEAN ShowBootOptions, IN PCSTR MenuItemList[], IN ULONG MenuItemCount, IN ULONG DefaultMenuItem, IN LONG MenuTimeOut, OUT PULONG SelectedMenuItem, IN BOOLEAN CanEscape, IN UiMenuKeyPressFilterCallback KeyPressFilter OPTIONAL, IN PVOID Context OPTIONAL) |
Definition at line 287 of file ui.h.
Referenced by UiDisplayMenu().
Definition at line 253 of file ui.h.
Referenced by UiDrawBackdrop().
VOID(* tagUIVTBL::DrawBox) (ULONG Left, ULONG Top, ULONG Right, ULONG Bottom, UCHAR VertStyle, UCHAR HorzStyle, BOOLEAN Fill, BOOLEAN Shadow, UCHAR Attr) |
Definition at line 256 of file ui.h.
Referenced by UiDrawBox().
VOID(* tagUIVTBL::DrawCenteredText) (ULONG Left, ULONG Top, ULONG Right, ULONG Bottom, PCSTR TextString, UCHAR Attr) |
Definition at line 259 of file ui.h.
Referenced by UiDrawCenteredText().
VOID(* tagUIVTBL::DrawMenu) (PUI_MENU_INFO MenuInfo) |
Definition at line 300 of file ui.h.
Referenced by TuiDisplayMenu(), and TuiProcessMenuKeyboardEvent().
VOID(* tagUIVTBL::DrawProgressBar) (_In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Right, _In_ ULONG Bottom, _In_ PCSTR ProgressText) |
Definition at line 268 of file ui.h.
Referenced by UiDrawProgressBar().
Definition at line 265 of file ui.h.
Referenced by UiDrawProgressBarCenter().
Definition at line 255 of file ui.h.
Referenced by UiDrawShadow().
Definition at line 260 of file ui.h.
Referenced by TuiDrawMenu(), and UiDrawStatusText().
Definition at line 257 of file ui.h.
Referenced by MiniTuiDrawMenu(), and UiDrawText().
Definition at line 258 of file ui.h.
Referenced by UiDrawText2().
Definition at line 281 of file ui.h.
Referenced by UiEditBox().
Definition at line 284 of file ui.h.
Referenced by UiFadeInBackdrop().
Definition at line 285 of file ui.h.
Referenced by UiFadeOut().
VOID(* tagUIVTBL::FillArea) (ULONG Left, ULONG Top, ULONG Right, ULONG Bottom, CHAR FillChar, UCHAR Attr) |
Definition at line 254 of file ui.h.
Referenced by UiFillArea().
Definition at line 250 of file ui.h.
Referenced by UiInitialize(), and UiResetForSOS().
Definition at line 262 of file ui.h.
Referenced by UiMessageBox().
Definition at line 263 of file ui.h.
Referenced by UiMessageBoxCritical().
Definition at line 275 of file ui.h.
Referenced by UiInitProgressBar(), and UiSetProgressBarText().
Definition at line 282 of file ui.h.
Referenced by UiTextToColor().
Definition at line 283 of file ui.h.
Referenced by UiTextToFillStyle().
Definition at line 278 of file ui.h.
Referenced by UiInitProgressBar(), and UiUpdateProgressBar().
Definition at line 251 of file ui.h.
Referenced by RunLoader(), UiResetForSOS(), and UiUnInitialize().
Definition at line 261 of file ui.h.
Referenced by UiUpdateDateTime().