Jump to content

BOOL

From EDM2
Revision as of 16:53, 2 May 2025 by Martini (talk | contribs)

Boolean

Type

unsigned long

C Declaration Method

typedef unsigned

Comment

Values are:

Example

typedef unsigned long BOOL;

PBOOL

Pointer to BOOL

typedef BOOL *PBOOL;