KernCreateUconvObject: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This initializes a data structure related to Unicode conversion. | |||
==Synopsis== | ==Synopsis== | ||
APIRET APIENTRY KernCreateUconvObject(USHORT codepage, KEEUnicodeStruct* ucs); | APIRET APIENTRY KernCreateUconvObject(USHORT codepage, KEEUnicodeStruct* ucs); | ||
==Parameters== | ==Parameters== | ||
;codepage:Codepage for the data structure. | ; codepage : Codepage for the data structure. | ||
;ucs:Pointer to the unicode conversion structure created. | ; ucs : Pointer to the unicode conversion structure created. | ||
==Comments== | ==Comments== | ||
Finally, this seems to be Unicode support in the kernel | Finally, this seems to be Unicode support in the kernel. | ||
[[Category:KEE]] | [[Category:KEE]] |
Revision as of 23:06, 9 June 2017
This initializes a data structure related to Unicode conversion.
Synopsis
APIRET APIENTRY KernCreateUconvObject(USHORT codepage, KEEUnicodeStruct* ucs);
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.