Jump to content

BOOL

From EDM2
Revision as of 00:35, 9 June 2025 by Martini (talk | contribs) (Comment)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Boolean

Type

unsigned long

C Declaration Method

typedef unsigned

Comment

Values are:

Example

typedef unsigned long BOOL;

PBOOL

Pointer to BOOL

typedef BOOL *PBOOL;