Jump to content

KernCreateUconvObject: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 6: Line 6:


==Parameters==
==Parameters==
 
;codepage:Codepage for the data structure.  
codepage
;ucs:Pointer to the unicode conversion structure created.  
    Codepage for the data structure.  
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:The OS/2 API Project]]
[[Category:KEE]]

Revision as of 09:26, 10 January 2017

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