UlsBool: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:ulsBool to UlsBool |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:ulsBool}} | |||
Boolean variable used with | Boolean variable used with internationalisation functions | ||
=== Type === | === Type === |
Latest revision as of 14:28, 24 May 2017
Boolean variable used with internationalisation 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.