OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Functions | |
EFI_UNICODE_COLLATION_PROTOCOL * | OcUnicodeCollationEngInstallProtocol (IN BOOLEAN Reinstall) |
Normal library constructor routines.
Copyright (c) 2020, vit9696. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file OcUnicodeCollationEngGeneric.c.
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.