MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / BeginTextScreen

Function BeginTextScreen

rEFIt_UEFI/refit/screen.cpp:158–165  ·  view source on GitHub ↗

Screen control for running tools

Source from the content-addressed store, hash-verified

156// Screen control for running tools
157//
158VOID BeginTextScreen(IN CONST CHAR16 *Title)
159{
160 DrawScreenHeader(Title);
161 SwitchToText(FALSE);
162
163 // reset error flag
164 haveError = FALSE;
165}
166
167VOID FinishTextScreen(IN BOOLEAN WaitAlways)
168{

Callers 1

TextMenuStyleMethod · 0.85

Calls 2

DrawScreenHeaderFunction · 0.85
SwitchToTextFunction · 0.85

Tested by

no test coverage detected