Jump to content

BOOL32: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== BOOL32 ==
== BOOL32 ==
 
Boolean 32-bit
Boolean.


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


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


=== Coment ===
=== Coment ===
Values are:
Values are:
*[[OS2 API:Constant:TRUE|TRUE]]
*[[TRUE]]
*[[OS2 API:Constant:FALSE|FALSE]]
*[[FALSE]]


[[Category:The OS/2 API Project]]
[[Category:Data type]]

Revision as of 14:20, 21 October 2016

BOOL32

Boolean 32-bit

Type

unsigned long

C Declaration Method

typedef

Coment

Values are: