X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FSetupBrowserDxe%2FExpression.h;h=6968a5b7c649434c7cf373a48ecd6fd0c5217ab2;hp=5660a997b8f8936f660e36d95c7e6c0cbcead57f;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=ca79bab7af4770c5eb578f6d495af01705aedb79 diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Expression.h b/MdeModulePkg/Universal/SetupBrowserDxe/Expression.h index 5660a997b8..6968a5b7c6 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Expression.h +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Expression.h @@ -1,7 +1,7 @@ /** @file Private structure, MACRO and function definitions for User Interface related functionalities. -Copyright (c) 2004 - 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -17,15 +17,15 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. /** Get the expression list count. - - @param Level Which type this expression belong to. Form, + + @param Level Which type this expression belong to. Form, statement or option? @retval >=0 The expression count @retval -1 Input parameter error. **/ -INTN +INTN GetConditionalExpressionCount ( IN EXPRESS_LEVEL Level ); @@ -74,8 +74,8 @@ PushScope ( /** Get the expression Buffer pointer. - - @param Level Which type this expression belong to. Form, + + @param Level Which type this expression belong to. Form, statement or option? @retval The start pointer of the expression buffer or NULL. @@ -144,7 +144,7 @@ ExtendValueToU64 ( Push the expression options onto the Stack. @param Pointer Pointer to the current expression. - @param Level Which type this expression belong to. Form, + @param Level Which type this expression belong to. Form, statement or option? @retval EFI_SUCCESS The value was pushed onto the stack. @@ -160,7 +160,7 @@ PushConditionalExpression ( /** Pop the expression options from the Stack - @param Level Which type this expression belong to. Form, + @param Level Which type this expression belong to. Form, statement or option? @retval EFI_SUCCESS The value was pushed onto the stack. @@ -225,20 +225,20 @@ EvaluateExpression ( IN OUT FORM_EXPRESSION *Expression ); /** - Return the result of the expression list. Check the expression list and - return the highest priority express result. + Return the result of the expression list. Check the expression list and + return the highest priority express result. Priority: DisableIf > SuppressIf > GrayOutIf > FALSE @param ExpList The input expression list. @param Evaluate Whether need to evaluate the expression first. @param FormSet FormSet associated with this expression. - @param Form Form associated with this expression. + @param Form Form associated with this expression. - @retval EXPRESS_RESULT Return the higher priority express result. + @retval EXPRESS_RESULT Return the higher priority express result. DisableIf > SuppressIf > GrayOutIf > FALSE **/ -EXPRESS_RESULT +EXPRESS_RESULT EvaluateExpressionList ( IN FORM_EXPRESSION_LIST *ExpList, IN BOOLEAN Evaluate,