UniFreeUconvObject: Difference between revisions
Appearance
UniFreeUconvObject created |
m formatting |
||
Line 4: | Line 4: | ||
=== Parameters === | === Parameters === | ||
; uconvObj - [[OS2 API:DataType:UconvObject|UconvObject]] - input : | ; uconvObj - [[OS2 API:DataType:UconvObject|UconvObject]] - input : The conversion object created from [[OS2_API:UniCreateUconvObject|UniCreateUconvObject]]. | ||
The conversion object created from [[OS2_API:UniCreateUconvObject|UniCreateUconvObject]]. | |||
=== Constants === | === Constants === |
Revision as of 06:52, 26 April 2006
UniFreeUconvObject
- UniFreeUconvObject(uconvObj)
Free the conversion object from memory.
Parameters
- uconvObj - UconvObject - input
- The conversion object created from UniCreateUconvObject.
Constants
None
Returns
An integer with values of:
Module
Define (C/C++)
Export name/Ordinal
Calling conversion
Example Code
UconvObject uconvObj; integer rc; ... rc = UniFreeUconvObject(uconvObj); ...
Related Functions
UniCreateUconvObject UniQueryUconvObject UniSetUconvObject
Notes
OS Version Introduced
OS/2 Warp