Jump to content

KernCreateUconvObject

From EDM2
Revision as of 23:06, 9 June 2017 by Martini (talk | contribs)

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.