Jump to content

BOOL

From EDM2
Revision as of 18:17, 7 November 2017 by Ak120 (talk | contribs)

Boolean

Type

unsigned long

Comment

Values are:

Example
typedef unsigned long BOOL;

PBOOL

Pointer to BOOL

typedef BOOL *PBOOL;