BOOL32: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Boolean 32-bit | |||
Boolean | |||
=== Type === | === Type === | ||
unsigned long | unsigned long | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef | |||
=== Coment === | |||
Values are: | |||
*[[TRUE]] | |||
*[[FALSE]] | |||
=== | ==PBOOL32== | ||
Pointer to BOOL32 | |||
typedef BOOL32 *PBOOL32; | |||
* | |||
[[Category: | [[Category:Data type]] |