Jump to content

KernCreateUconvObject: Difference between revisions

From EDM2
No edit summary
 
Line 5: Line 5:


==Parameters==
==Parameters==
;codepage ([[USHORT]]) - input: Codepage for the data structure.
;''codepage'' ([[USHORT]]) - input: Codepage for the data structure.
;ucs  (KEEUnicodeStruct*) - input: Pointer to the unicode conversion structure created.
;''ucs'' (KEEUnicodeStruct*) - input: Pointer to the unicode conversion structure created.


==Comments==
==Comments==

Latest revision as of 03:14, 28 May 2025

This initializes a data structure related to Unicode conversion.

Synopsis

APIRET APIENTRY KernCreateUconvObject(USHORT codepage, KEEUnicodeStruct* ucs);

Parameters

codepage (USHORT) - input
Codepage for the data structure.
ucs (KEEUnicodeStruct*) - input
Pointer to the unicode conversion structure created.

Comments

Finally, this seems to be Unicode support in the kernel.