Jump to content

KernStrToUcs: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
Line 1: Line 1:
This converts a string from ASCII to Unicode.
==Synopsis==
==Synopsis==
APIRET APIENTRY KernStrToUcs(KEEUnicodeStruct* ucs, PCHAR utrgt, PCHAR src, ULONG trgtsize,ULONG srcsize);
APIRET APIENTRY KernStrToUcs(KEEUnicodeStruct* ucs, PCHAR utrgt, PCHAR src, ULONG trgtsize,ULONG srcsize);
 
==Description==
This converts a string from ASCII to Unicode.


==Parameters==
==Parameters==

Revision as of 23:06, 9 June 2017

This converts a string from ASCII to Unicode.

Synopsis

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

Parameters

ucs
Pointer to the Unicode conversion object created with KernCreateUconvObject.
utrgt
Pointer to the Unicode buffer
src
Pointer to the ASCII buffer
trgtsize
length of the target buffer
srcsize
length of the source buffer