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

Function AlertMessage

rEFIt_UEFI/entry_scan/common.cpp:327–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325// it can be a semitransparent rectangular at the screen centre as it was in Clover v1.0
326STATIC REFIT_MENU_SCREEN AlertMessageMenu(0, XStringW(), XStringW(), &MenuEntryReturn, NULL);
327VOID AlertMessage(IN XStringW& Title, IN CONST XStringW& Message)
328{
329 CreateInfoLines(Message, &AlertMessageMenu.InfoLines);
330 AlertMessageMenu.Title = Title;
331 AlertMessageMenu.RunMenu(NULL);
332 AlertMessageMenu.InfoLines.setEmpty();
333}
334
335#define TAG_YES 1
336#define TAG_NO 2

Callers 5

EnableSecureBootFunction · 0.85
DisableMessageFunction · 0.85
ConfigureSecureBootFunction · 0.85

Calls 3

CreateInfoLinesFunction · 0.85
RunMenuMethod · 0.80
setEmptyMethod · 0.45

Tested by

no test coverage detected