OpenCore
1.0.4
OpenCore Bootloader
|
#include <Protocol/UnicodeCollation.h>
Go to the source code of this file.
Functions | |
EFI_UNICODE_COLLATION_PROTOCOL * | OcUnicodeCollationEngInstallProtocol (IN BOOLEAN Reinstall) |
Copyright (c) 2006 - 2011, 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.
Definition in file OcUnicodeCollationEngGenericLib.h.
EFI_UNICODE_COLLATION_PROTOCOL * OcUnicodeCollationEngInstallProtocol | ( | IN BOOLEAN | Reinstall | ) |
The user Entry Point for English module.
This function initializes unicode character mapping and then installs Unicode Collation & Unicode Collation 2 Protocols based on the feature flags.
[in] | Reinstall | Replace any installed protocol. |
NULL | There was an error installing the protocol. |
Definition at line 13 of file OcUnicodeCollationEngGeneric.c.