KernCreateUconvObject: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
==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 12:27, 19 July 2020
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.