NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.c File Reference


Functions

EFI_STATUS EFIAPI HttpUtilitiesDxeUnload (IN EFI_HANDLE ImageHandle)
EFI_STATUS EFIAPI HttpUtilitiesDxeDriverEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)

Detailed Description

The DriverEntryPoint and Unload for HttpUtilities driver.

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.


Function Documentation

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.

Parameters:
ImageHandle The firmware allocated handle for the UEFI image.
SystemTable A pointer to the EFI System Table.
Return values:
EFI_SUCCESS The operation completed successfully.
Others An unexpected error occurred.

References mHttpUtilitiesProtocol.

EFI_STATUS EFIAPI HttpUtilitiesDxeUnload ( IN EFI_HANDLE  ImageHandle  ) 

Unloads an image.

Parameters:
ImageHandle Handle that identifies the image to be unloaded.
Return values:
EFI_SUCCESS The image has been unloaded.
EFI_INVALID_PARAMETER ImageHandle is not a valid image handle.


Generated on Mon Sep 28 08:49:05 2015 for NetworkPkg[ALL] by  doxygen 1.5.7.1