OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
OcUnicodeCollationEngGenericLib.h File Reference
#include <Protocol/UnicodeCollation.h>

Go to the source code of this file.

Functions

EFI_UNICODE_COLLATION_PROTOCOL * OcUnicodeCollationEngInstallProtocol (IN BOOLEAN Reinstall)
 

Detailed Description

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.

Function Documentation

◆ OcUnicodeCollationEngInstallProtocol()

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.

Parameters
[in]ReinstallReplace any installed protocol.
Returns
Installed protocol.
Return values
NULLThere was an error installing the protocol.

Definition at line 13 of file OcUnicodeCollationEngGeneric.c.