Jump to content

KernStrFromUcs: Difference between revisions

From EDM2
Created page with "==Synopsis== APIRET APIENTRY KernStrFromUcs(KEEUnicodeStruct* ucs, PCHAR trgt, PCHAR usrc, ULONG trgtsize, ULONG srcsize); ==Description== This converts a string from Unicode..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 6: Line 6:


==Parameters==
==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


ucs
[[Category:KEE]]
    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
 
[[Category:The OS/2 API Project]]

Revision as of 09:27, 10 January 2017

Synopsis

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

Description

This converts a string from Unicode to ASCII.

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