Jump to content

UniFreeLocaleInfo: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
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]]
=== Module ===
=== Define (C/C++) ===
=== Export name/Ordinal ===


=== Calling conversion ===
=== Calling conversion ===
Line 23: Line 17:


=== Example Code ===
=== Example Code ===
  [[OS2 API:DataType:UniLconv|UniLconv]] localeInfoObj;
  [[UniLconv]] localeInfoObj;
  integer  rc;
  integer  rc;
  ...
  ...
Line 33: Line 27:


=== Notes ===
=== Notes ===
[[OS2 API:UniFreeLocaleInfo|UniFreeLocaleInfo]] frees the memory used by the [[OS2 API:DataType:UniLconv|UniLconv]] object.
'''UniFreeLocaleInfo''' frees the memory used by the [[UniLconv]] object.


=== OS Version Introduced ===
=== OS Version Introduced ===
OS/2 Warp
OS/2 Warp


 
[[Category:Uni]]
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

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

Cdecl32

Example Code

UniLconv localeInfoObj;
integer  rc;
...
rc = UniFreeLocaleInfo(localeInfoObj);
...

Related Functions

UniQueryLocaleInfo

Notes

UniFreeLocaleInfo frees the memory used by the UniLconv object.

OS Version Introduced

OS/2 Warp