Jump to content

KernStrFromUcs: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 5: Line 5:


==Parameters==
==Parameters==
;ucs:Pointer to the Unicode conversion object created with KernCreateUconvObject.  
;ucs:Pointer to the Unicode conversion object created with [[KernCreateUconvObject]].
;trgt:Pointer to the ASCII buffer  
;trgt:Pointer to the ASCII buffer
;usrc:Pointer to the Unicode buffer  
;usrc:Pointer to the Unicode buffer
;trgtsize:length of the target buffer  
;trgtsize:length of the target buffer
;srcsize:length of the source buffer  
;srcsize:length of the source buffer


[[Category:KEE]]
[[Category:KEE]]

Revision as of 12:26, 19 July 2020

This converts a string from Unicode to ASCII.

Synopsis

APIRET APIENTRY KernStrFromUcs(KEEUnicodeStruct* ucs, PCHAR trgt, PCHAR usrc, ULONG trgtsize, ULONG srcsize);

Parameters

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