Enable new "ref5" opcode in browser.
Signed-off-by:ydong10 Reviewed-by:lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11913 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -331,6 +331,26 @@ FreeBrowserStrings (
|
||||
VOID
|
||||
);
|
||||
|
||||
/**
|
||||
Process the goto op code, update the info in the selection structure.
|
||||
|
||||
@param Statement The statement belong to goto op code.
|
||||
@param Selection The selection info.
|
||||
@param Repaint Whether need to repaint the menu.
|
||||
@param NewLine Whether need to create new line.
|
||||
|
||||
@retval EFI_SUCCESS The menu process successfully.
|
||||
@return Other value if the process failed.
|
||||
**/
|
||||
EFI_STATUS
|
||||
ProcessGotoOpCode (
|
||||
IN OUT FORM_BROWSER_STATEMENT *Statement,
|
||||
IN OUT UI_MENU_SELECTION *Selection,
|
||||
OUT BOOLEAN *Repaint,
|
||||
OUT BOOLEAN *NewLine
|
||||
);
|
||||
|
||||
|
||||
/**
|
||||
The worker function that send the displays to the screen. On output,
|
||||
the selection made by user is returned.
|
||||
|
Reference in New Issue
Block a user