UniFreeLocaleObject: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== UniFreeLocaleObject == | == UniFreeLocaleObject == | ||
; UniFreeLocaleObject(localeObj) : Free the locale object that was allocated by [[ | ; UniFreeLocaleObject(localeObj) : Free the locale object that was allocated by [[UniCreateLocaleObject]]. | ||
=== Parameters === | === Parameters === | ||
; localeObj - [[ | ; localeObj - [[LocaleObject]] - input : The locale object that had been created with [[UniCreateLocaleObject]]. | ||
=== Constants === | === Constants === | ||
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 === | ||
LocaleObject localeObj; | |||
integer rc; | integer rc; | ||
... | ... | ||
Line 30: | Line 24: | ||
=== Related Functions === | === Related Functions === | ||
[[ | *[[UniCreateLocaleObject]] | ||
=== Notes === | === Notes === | ||
UniFreeLocaleObject frees the memory used by the [[LocaleObject]]. | |||
=== OS Version Introduced === | === OS Version Introduced === | ||
OS/2 Warp | OS/2 Warp | ||
[[Category:Uni]] | |||
[[Category: |
Revision as of 04:17, 5 December 2016
UniFreeLocaleObject
- UniFreeLocaleObject(localeObj)
- Free the locale object that was allocated by UniCreateLocaleObject.
Parameters
- localeObj - LocaleObject - input
- The locale object that had been created with UniCreateLocaleObject.
Constants
None
Returns
An integer with values of:
Calling conversion
Example Code
LocaleObject localeObj; integer rc; ... rc = UniCreateLocaleObject(localeObj); ...
Related Functions
Notes
UniFreeLocaleObject frees the memory used by the LocaleObject.
OS Version Introduced
OS/2 Warp