LocaleObject: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:LocaleObject to LocaleObject |
No edit summary |
||
Line 7: | Line 7: | ||
==== C declaration method ==== | ==== C declaration method ==== | ||
typedef | typedef | ||
==== Example ==== | |||
typedef void *LocaleObject; | |||
[[Category:Data type]] | [[Category:Data type]] |
Revision as of 02:41, 16 August 2017
LocaleObject
Used for language or cultural sensitive processing.
Type
VOID pointer
C declaration method
typedef
Example
typedef void *LocaleObject;