| ShellPkg[all]
    1.02
    | 
| Functions | |
| EFI_STATUS EFIAPI | BcfgLibraryRegisterBcfgCommand (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable, IN CONST CHAR16 *Name) | 
| EFI_STATUS EFIAPI | BcfgLibraryUnregisterBcfgCommand (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) | 
Header file for BCFG command library.
Copyright (c) 2014, Intel Corporation. All rights reserved.
 SPDX-License-Identifier: BSD-2-Clause-Patent 
| EFI_STATUS EFIAPI BcfgLibraryRegisterBcfgCommand | ( | IN EFI_HANDLE | ImageHandle, | 
| IN EFI_SYSTEM_TABLE * | SystemTable, | ||
| IN CONST CHAR16 * | Name | ||
| ) | 
"Constructor" for the library.
This will register the handler for the bcfg command.
| [in] | ImageHandle | the image handle of the process | 
| [in] | SystemTable | the EFI System Table pointer | 
| [in] | Name | the profile name to use | 
| EFI_SUCCESS | the shell command handlers were installed sucessfully | 
| EFI_UNSUPPORTED | the shell level required was not found. | 
| EFI_STATUS EFIAPI BcfgLibraryUnregisterBcfgCommand | ( | IN EFI_HANDLE | ImageHandle, | 
| IN EFI_SYSTEM_TABLE * | SystemTable | ||
| ) | 
"Destructor" for the library. free any resources.
| ImageHandle | The image handle of the process. | 
| SystemTable | The EFI System Table pointer. |