VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/ShellCEntryLib.h

最後變更 在這個檔案是 99404,由 vboxsync 提交於 20 月 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 784 位元組
 
1/** @file
2 Provides application point extension for "C" style main function.
3
4 Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9#ifndef _SHELL_C_ENTRY_LIB_
10#define _SHELL_C_ENTRY_LIB_
11
12/**
13 UEFI application entry point which has an interface similar to a
14 standard C main function.
15
16 The ShellCEntryLib library instance wrappers the actual UEFI application
17 entry point and calls this ShellAppMain function.
18
19 @param[in] Argc The number of parameters.
20 @param[in] Argv The array of pointers to parameters.
21
22 @retval 0 The application exited normally.
23 @retval Other An error occurred.
24
25**/
26INTN
27EFIAPI
28ShellAppMain (
29 IN UINTN Argc,
30 IN CHAR16 **Argv
31 );
32
33#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette