Unicode_Collation.strlwr() - Intel Extensible Firmware Interface Specification

Intel extensible firmware interface specification
Table of Contents

Advertisement

Extensible Firmware Interface Specification

13.1.3 UNICODE_COLLATION.StrLwr()

Summary
Converts all the Unicode characters in a Null-terminated Unicode string to lower case Unicode
characters.
Prototype
VOID
(EFIAPI *EFI_UNICODE_COLLATION_STRLWR) (
IN UNICODE_COLLATION_INTERFACE
IN OUT CHAR16
);
Parameters
This
String
Description
This functions walks through all the Unicode characters in String, and converts each one to its
lower case equivalent if it has one. The converted string is returned in String.
230
*This,
*String
A pointer to the
UNICODE_COLLATION_INTERFACE
instance. Type
UNICODE_COLLATION_INTERFACE
defined in Section 13.1.
A pointer to a Null-terminated Unicode string.
12/12/00
is
Version 1.02

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents