remedy the comment of EFI_CONSOLE_CONTROL_PROTOCOL_LOCK_STD_IN
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7090 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -71,6 +71,12 @@ EFI_STATUS
|
||||
|
||||
/**
|
||||
Store the password, enable state variable and arm the periodic timer.
|
||||
If Password is NULL unlock the password state variable and set the event
|
||||
timer. If the Password is too big return an error. If the Password is valid
|
||||
Copy the Password and enable state variable and then arm the periodic timer
|
||||
|
||||
@param This Console Control protocol pointer.
|
||||
@param Password The password input.
|
||||
|
||||
@retval EFI_SUCCESS Lock the StdIn device successfully.
|
||||
@retval EFI_INVALID_PARAMETER Password is NULL
|
||||
|
Reference in New Issue
Block a user