UlsBool: Difference between revisions
Appearance
m Description/comment additions |
No edit summary |
||
Line 19: | Line 19: | ||
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. | ||
[[OS2_API | Back to OS/2 API]] | |||
[[Category:The OS/2 API Project]] |
Revision as of 21:32, 1 November 2011
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.