| #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) | 
A value indicates null pointer.
Definition at line 282 of file common.h.
Referenced by CreateMainWindow(), CreateMainWindowIndirectParam(), CreateMemDC(), CreateWindowEx(), DialogBoxIndirectParam(), GetPixelInBitmap(), GetSystemFont(), and SetPixelInBitmap().
| #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().
 1.6.3