13.1.1 UNICODE_COLLATION.StriColl()
Summary
Performs a case-insensitive comparison of two Null-terminated Unicode strings.
Prototype
INTN
(EFIAPI *EFI_UNICODE_COLLATION_STRICOLL) (
IN UNICODE_COLLATION_INTERFACE
IN CHAR16
IN CHAR16
);
Parameters
This
s1
s2
Description
The
StriColl()
Unicode strings.
This function performs a case-insensitive comparison between the Unicode string
Unicode string
using the rules for the language codes that this protocol instance supports. If
s2
is equivalent to s2, then 0 is returned. If
be returned. If
is lexically greater than s2, then a positive number will be returned. This
s1
function allows Unicode strings to be compared and sorted.
Status Codes Returned
0
> 0
< 0
Version 1.02
A pointer to the
UNICODE_COLLATION_INTERFACE
Section 13.1.
A pointer to a Null-terminated Unicode string.
A pointer to a Null-terminated Unicode string.
function performs a case-insensitive comparison of two Null-terminated
is lexically less than s2, then a negative number will
s1
s1 is equivalent to s2.
s1 is lexically greater than s2.
s1 is lexically less than s2.
Unicode Collation Protocol
*This,
*s1,
*s2
UNICODE_COLLATION
12/12/00
instance. Type
is defined in
and the
s1
s1
227
Need help?
Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?