UniMapCtryToLocale: Difference between revisions
Appearance
m Ak120 moved page OS2 API:UniMapCtryToLocale to UniMapCtryToLocale |
No edit summary |
||
Line 16: | Line 16: | ||
* [[OS2 API:Unicode:error#ULS_SUCCESS|ULS_SUCCESS]] | * [[OS2 API:Unicode:error#ULS_SUCCESS|ULS_SUCCESS]] | ||
=== Calling | === Calling Convention === | ||
[[Cdecl32]] | [[Cdecl32]] | ||
Revision as of 19:21, 18 January 2017
UniMapCtryToLocale
- UniMapCtryToLocale(cntryCode, result, resultSize)
- Convert the ulCntryCode to a locale name to be used in other Unicode APIs.
Parameters
- cntryCode - ULONG - input
- The OS/2 country code.
- result - UniChar - output
- The Unicode locale name.
- resultSize - size_t - input
- The character size of the result buffer. The must be, at minimum, eight Unicode characters.
Constants
None
Returns
An integer with values of:
Calling Convention
Example Code
ULONG cntryCode; UniChar result; size_t resultSize; integer rc; ... rc = UniMapCntryToLocale(cntryCode, result, resultSize); ...
Related Functions
OS Version Introduced
OS/2 Warp