Jump to content

LocaleObject: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== LocaleObject ==
Used for language or cultural sensitive processing.
Used for language or cultural sensitive processing.


=== Type ===
=== Type ===
 
  [[VOID]] pointer
  [[OS2 API:DataType:VOID|VOID]] pointer


==== C declaration method ====
==== C declaration method ====
typedef
typedef


=== Fields ===
==== Example ====
 
typedef void *LocaleObject;
 
=== Comment ===
 
 
 
 
 
[[OS2_API | Back to OS/2 API]]
 


[[Category:The OS/2 API Project]]
[[Category:Data type]]

Latest revision as of 22:28, 7 October 2018

Used for language or cultural sensitive processing.

Type

VOID pointer

C declaration method

typedef

Example

typedef void *LocaleObject;