Functions | |
EFI_STATUS EFIAPI | HttpUtilitiesDxeUnload (IN EFI_HANDLE ImageHandle) |
EFI_STATUS EFIAPI | HttpUtilitiesDxeDriverEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Copyright (c) 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
EFI_STATUS EFIAPI HttpUtilitiesDxeDriverEntryPoint | ( | IN EFI_HANDLE | ImageHandle, | |
IN EFI_SYSTEM_TABLE * | SystemTable | |||
) |
This is the declaration of an EFI image entry point. This entry point is the same for UEFI Applications, UEFI OS Loaders, and UEFI Drivers including both device drivers and bus drivers.
ImageHandle | The firmware allocated handle for the UEFI image. | |
SystemTable | A pointer to the EFI System Table. |
EFI_SUCCESS | The operation completed successfully. | |
Others | An unexpected error occurred. |
References mHttpUtilitiesProtocol.
EFI_STATUS EFIAPI HttpUtilitiesDxeUnload | ( | IN EFI_HANDLE | ImageHandle | ) |
Unloads an image.
ImageHandle | Handle that identifies the image to be unloaded. |
EFI_SUCCESS | The image has been unloaded. | |
EFI_INVALID_PARAMETER | ImageHandle is not a valid image handle. |