BOOL32: Difference between revisions
Appearance
m Format |
mNo edit summary |
||
(4 intermediate revisions by 2 users 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:Data type]] |