Jump to content

BOOL32: Difference between revisions

From EDM2
Anakor (talk | contribs)
m Format
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== BOOL32 ==
Boolean 32-bit
 
Boolean.


=== Type ===
=== Type ===
unsigned long
unsigned long


==== C Declaration Method ====
==== C Declaration Method ====
typedef


typedef
=== Coment ===
Values are:
*[[TRUE]]
*[[FALSE]]


=== Coment ===
==PBOOL32==
Values are:
Pointer to BOOL32
  *[[OS2 API:Constant:TRUE|TRUE]]
  typedef BOOL32 *PBOOL32;
*[[OS2 API:Constant:FALSE|FALSE]]
 
[[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;