Jump to content

KernStrToUcs

From EDM2
Revision as of 03:48, 28 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This converts a string from ASCII to Unicode.

Synopsis

APIRET APIENTRY KernStrToUcs(KEEUnicodeStruct* ucs, PCHAR utrgt, PCHAR src, ULONG trgtsize,ULONG srcsize);

Parameters

ucs (KEEUnicodeStruct*) - input
Pointer to the Unicode conversion object created with KernCreateUconvObject.
utrgt (PCHAR) - input
Pointer to the Unicode buffer
src (PCHAR) - input
Pointer to the ASCII buffer
trgtsize (ULONG) - input
length of the target buffer
srcsize (ULONG) - input
length of the source buffer