BOOL
Boolean.
Valid values are:
FALSE, which is 0
TRUE, which is 1
typedef unsigned long BOOL;
[Back: APIRET]
[Next: BOOL32]