KernStrToUcs: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernStrToUcs to KernStrToUcs |
mNo edit summary |
||
Line 6: | Line 6: | ||
==Parameters== | ==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 | |||
[[Category:KEE]] | |||
[[Category: |
Revision as of 09:23, 10 January 2017
Synopsis
APIRET APIENTRY KernStrToUcs(KEEUnicodeStruct* ucs, PCHAR utrgt, PCHAR src, ULONG trgtsize,ULONG srcsize);
Description
This converts a string from ASCII to Unicode.
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