Jump to content

LocaleObject: Difference between revisions

From EDM2
Ak120 (talk | contribs)
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;