UlsBool: Difference between revisions
Appearance
ulsBool created |
m Description/comment additions |
||
Line 1: | Line 1: | ||
== ulsBool == | == ulsBool == | ||
Boolean variable. | Boolean variable used with internationalization functions. | ||
=== Type === | === Type === | ||
Line 17: | Line 17: | ||
=== Comment === | === Comment === | ||
Although this is a signed int, the valid values are zero and one. |
Revision as of 07:28, 22 March 2006
ulsBool
Boolean variable used with internationalization functions.
Type
int
- 0
- false
- 1
- true
C declaration method
typedef
Fields
Comment
Although this is a signed int, the valid values are zero and one.