UniFreeLocaleInfo: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
* [[OS2 API:Unicode:error#ULS_BADOBJ|ULS_BADOBJ]] | * [[OS2 API:Unicode:error#ULS_BADOBJ|ULS_BADOBJ]] | ||
* [[OS2 API:Unicode:error#ULS_SUCCESS|ULS_SUCCESS]] | * [[OS2 API:Unicode:error#ULS_SUCCESS|ULS_SUCCESS]] | ||
=== Calling conversion === | === Calling conversion === | ||
Line 23: | Line 17: | ||
=== Example Code === | === Example Code === | ||
[[ | [[UniLconv]] localeInfoObj; | ||
integer rc; | integer rc; | ||
... | ... | ||
Line 33: | Line 27: | ||
=== Notes === | === Notes === | ||
'''UniFreeLocaleInfo''' frees the memory used by the [[UniLconv]] object. | |||
=== OS Version Introduced === | === OS Version Introduced === | ||
OS/2 Warp | OS/2 Warp | ||
[[Category:Uni]] | |||
[[Category: |
Revision as of 01:05, 3 November 2016
UniFreeLocaleInfo
- UniFreeLocaleInfo(localeInfObj)
- Free the locale information object that was allocated by UniQueryLocaleInfo.
Parameters
- localeInfObj - UniLconv - input
- The locale information object that had been created with UniQueryLocaleInfo.
Constants
None
Returns
An integer with values of:
Calling conversion
Example Code
UniLconv localeInfoObj; integer rc; ... rc = UniFreeLocaleInfo(localeInfoObj); ...
Related Functions
Notes
UniFreeLocaleInfo frees the memory used by the UniLconv object.
OS Version Introduced
OS/2 Warp