TianoCore EDK2 master
|
Go to the source code of this file.
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
Definition in file ShellCEntryLib.h.
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. |
Entry point function of this shell application.
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 items in Argv. |
[in] | Argv | Array of pointers to strings. |
0 | The application exited normally. |
Other | An error occurred. |
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.
Argc | Argument count |
Argv | The parsed arguments |
0 | The application exited normally. |
Other | An error occurred. |
Definition at line 602 of file EnrollDefaultKeys.c.