Jump to content

BOOL32: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== BOOL32 ==
Boolean 32-bit
Boolean 32-bit


Line 12: Line 11:
*[[TRUE]]
*[[TRUE]]
*[[FALSE]]
*[[FALSE]]
==PBOOL32==
Pointer to BOOL32
typedef BOOL32 *PBOOL32;


[[Category:Data type]]
[[Category:Data type]]

Latest revision as of 18:20, 7 November 2017

Boolean 32-bit

Type

unsigned long

C Declaration Method

typedef

Coment

Values are:

PBOOL32

Pointer to BOOL32

typedef BOOL32 *PBOOL32;