ShellPkg[all]
1.02
|
Functions | |
INTN EFIAPI | ShellAppMain (IN UINTN Argc, IN CHAR16 **Argv) |
Provides application point extension for "C" style main function.
Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
INTN EFIAPI ShellAppMain | ( | IN UINTN | Argc, |
IN CHAR16 ** | Argv | ||
) |
UEFI application entry point which has an interface similar to a standard C main function.
The ShellCEntryLib library instance wrappers the actual UEFI application entry point and calls this ShellAppMain function.
[in] | Argc | The number of parameters. |
[in] | Argv | The array of pointers to parameters. |
0 | The application exited normally. |
Other | An error occurred. |