OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
OcUnicodeCollationEngGeneric.c File Reference

Go to the source code of this file.

Functions

EFI_UNICODE_COLLATION_PROTOCOL * OcUnicodeCollationEngInstallProtocol (IN BOOLEAN Reinstall)
 

Detailed Description

Normal library constructor routines.

Copyright (c) 2020, vit9696. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file OcUnicodeCollationEngGeneric.c.

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.