Extensible Firmware Interface Specification
13.1.5 UNICODE_COLLATION.FatToStr()
Summary
Converts an 8.3 FAT file name in an OEM character set to a Null-terminated Unicode string.
Prototype
VOID
(EFIAPI *EFI_UNICODE_COLLATION_FATTOSTR) (
IN UNICODE_COLLATION_INTERFACE
IN UINTN
IN CHAR8
OUT CHAR16
);
Parameters
This
FatSize
Fat
String
Description
This function converts the string specified by
Unicode string specified by String. The characters in
232
*This,
FatSize,
*Fat,
*String
A pointer to the
UNICODE_COLLATION_INTERFACE
instance. Type
UNICODE_COLLATION_INTERFACE
defined in Section 13.1.
The size of the string
Fat
A pointer to a Null-terminated string that contains an 8.3 file
name using an OEM character set.
A pointer to a Null-terminated Unicode string. The string must
be preallocated to hold
FatSize
with length
Fat
Fat
12/12/00
in bytes.
Unicode characters.
to the Null-terminated
FatSize
are from an OEM character set.
Version 1.02
is
Need help?
Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?