KernCreateUconvObject: Difference between revisions
Appearance
Created page with "==Synopsis== APIRET APIENTRY KernCreateUconvObject(USHORT codepage, KEEUnicodeStruct* ucs); ==Description== This initializes a data structure related to Unicode conversion. ..." |
m Ak120 moved page OS2 API:KEE:KernCreateUconvObject to KernCreateUconvObject |
(No difference)
|
Revision as of 09:25, 10 January 2017
Synopsis
APIRET APIENTRY KernCreateUconvObject(USHORT codepage, KEEUnicodeStruct* ucs);
Description
This initializes a data structure related to Unicode conversion.
Parameters
codepage
Codepage for the data structure.
ucs
Pointer to the unicode conversion structure created.
Comments
Finally, this seems to be Unicode support in the kernel...