UniCreateLocaleObject
Appearance
UniCreateLocaleObject
- UniCreateLocaleObject(localeSpecType, localeSpec, result)
- This function creates a locale object.
Parameters
- localeSpecType - integer - input
- Specifies the type of value of localeSpec.
- localeSpec - PVOID - input
- The specific type or locale token as defined by localeSpecType.
- result - LocaleObject - output
- The locale object for use.
Constants
The constants for use for localeSpecType:
Returns
An integer with values of:
Module
Define (C/C++)
Export name/Ordinal
Calling conversion
Example Code
integer localeSpecType; PVOID localeSpec; LocaleObject localeObj; integer rc; ... rc = UniCreateLocaleObject(localeSpecType, localeSpec, localeObj); ...
Related Functions
Notes
UniCreateLocaleObject create the locale object for the locale specified by localeSpec. The LocaleObject contains all the data and methods necessary to perform locale specific operations or accept the localeObj. Upon successful creation, all categories are created and initialized.
Not completed.
OS Version Introduced
OS/2 Warp