|
MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
| #define | FALSE 0 |
| FALSE value, defined as 0 by MiniGUI. More... | |
| #define | TRUE 1 |
| TRUE value, defined as 1 by MiniGUI. More... | |
| #define | NULL ((void *)0) |
| A value indicates null pointer. More... | |
| #define | INV_PTR ((void *)-1) |
| A value indicates an invalid non-null pointer. More... | |
Typedefs | |
| typedef void * | PVOID |
| A type definition for a pointer to any type. More... | |
| typedef int | BOOL |
| A type definition for boolean value. More... | |
| #define FALSE 0 |
FALSE value, defined as 0 by MiniGUI.
Definition at line 302 of file common.h.
Referenced by Expand16CBitmap(), Expand256CBitmap(), PeekMessage(), and PtInRect().
| #define INV_PTR ((void *)-1) |
| #define NULL ((void *)0) |
A value indicates null pointer.
Definition at line 320 of file common.h.
Referenced by ClientRequest(), CreateMainWindow(), CreateMainWindowIndirectParam(), CreateMemDC(), CreateWindowEx(), DialogBoxIndirectParam(), GetPixelInBitmap(), GetSystemFont(), ScrollWindow(), and SetPixelInBitmap().
| #define TRUE 1 |
TRUE value, defined as 1 by MiniGUI.
Definition at line 309 of file common.h.
Referenced by GetMessage(), HideCaret(), PtInRect(), and ShowCaret().
1.8.11