Jump to content

BOOL32: Difference between revisions

From EDM2
Anakor (talk | contribs)
m Link to namespace
Ak120 (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== BOOL32 ==
Boolean 32-bit


Boolean.
=== Type ===
unsigned long


=== Base type ===
==== C Declaration Method ====
typedef


[[OS2 API:DataType:unsigned long|unsigned long]]
=== Coment ===
Values are:
*[[TRUE]]
*[[FALSE]]


== Values ==
==PBOOL32==
Pointer to BOOL32
typedef BOOL32 *PBOOL32;


*[[OS2 API:Constant:TRUE|TRUE]]
[[Category:Data type]]
*[[OS2 API:Constant:FALSE|FALSE]]

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;