Simple and common types and macros
[Macros and data types commonly used]

Defines

Typedefs


Define Documentation

#define FALSE   0

FALSE value, defined as 0 by MiniGUI.

Definition at line 264 of file common.h.

Referenced by PeekMessage(), and PtInRect().

#define NULL   ((void *)0)
#define TRUE   1

TRUE value, defined as 1 by MiniGUI.

Definition at line 271 of file common.h.

Referenced by GetMessage(), HideCaret(), PtInRect(), and ShowCaret().


Typedef Documentation

typedef int BOOL

A type definition for boolean value.

Definition at line 256 of file common.h.

Generated on Thu Apr 7 15:58:34 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3