Specifications
36 Version 2.0
EFI_SHELL_PROTOCOL.IsRootShell()
Summary
Judges whether the active shell is the root shell.
Prototype
typedef
BOOLEAN
(EFIAPI *EFI_SHELL_IS_ROOT_SHELL) (
VOID
);
Parameters
None
Description
This function makes the user to know that whether the active Shell is the root shell.
Status Codes Returned
TRUE The active Shell is the root Shell.
FALSE The active Shell is NOT the root Shell.










