Jump to content

UlsBool: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== ulsBool ==
== ulsBool ==
 
Boolean variable used with internationalization functions
Boolean variable used with internationalization functions.


=== Type ===
=== Type ===
  int
  int
; 0 : false
; 0 : false
Line 10: Line 8:


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


=== Comment ===
=== Comment ===
Although this is a signed int, the valid values are zero and one.
Although this is a signed int, the valid values are zero and one.


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

Revision as of 20:30, 28 November 2016

ulsBool

Boolean variable used with internationalization functions

Type

int
0
false
1
true

C declaration method

typedef

Comment

Although this is a signed int, the valid values are zero and one.