Jump to content

KernCreateUconvObject

From EDM2
Revision as of 05:40, 6 June 2016 by Martini (talk | contribs) (Created page with "==Synopsis== APIRET APIENTRY KernCreateUconvObject(USHORT codepage, KEEUnicodeStruct* ucs); ==Description== This initializes a data structure related to Unicode conversion. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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...