MiniGUI API Reference (MiniGUI-Threads)
v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
#define | ERR_OK 0 |
Return value error ok. More... | |
#define | ERR_QUEUE_FULL -1 |
Return value queue is full error. More... | |
#define | ERR_INVALID_HANDLE -2 |
Return value invalid handle error. More... | |
#define | ERR_INV_HWND ERR_INVALID_HANDLE |
Return value invalid window handle error. More... | |
#define | ERR_INVALID_HMENU ERR_INVALID_HANDLE |
Invalid menu handle. More... | |
#define | ERR_MSG_CANCELED -3 |
The message handling was canceled. More... | |
#define | ERR_INVALID_POS -5 |
Invalid postion. More... | |
#define | ERR_INVALID_ID -6 |
Invalid identifier. More... | |
#define | ERR_RES_ALLOCATION -7 |
Failed to allocate memory. More... | |
#define | ERR_CTRLCLASS_INVNAME -8 |
Return value invalid name of control class error. More... | |
#define | ERR_CTRLCLASS_INVLEN -9 |
Return value control class invalid length. More... | |
#define | ERR_CTRLCLASS_MEM -10 |
Return value control class memory error. More... | |
#define | ERR_CTRLCLASS_INUSE -11 |
Return value inuse control class error. More... | |
#define | ERR_ALREADY_EXIST -12 |
Return value already exit error. More... | |
#define | ERR_NO_MATCH -13 |
Return no match error. More... | |
#define | ERR_BAD_OWNER -14 |
Return bad owner error. More... | |
#define | ERR_IME_TOOMUCHIMEWND -15 |
Return value too much IME window error. More... | |
#define | ERR_IME_NOSUCHIMEWND -16 |
Return value no such IME wondow error. More... | |
#define | ERR_IME_NOIMEWND -17 |
Return value no IME wondow error. More... | |
#define | ERR_CONFIG_FILE -18 |
Return value configure file error. More... | |
#define | ERR_FILE_IO -19 |
Return value file I/O error. More... | |
#define | ERR_GFX_ENGINE -20 |
Return value GFX engine error. More... | |
#define | ERR_INPUT_ENGINE -21 |
Return value input engine error. More... | |
#define | ERR_NO_ENGINE -22 |
Return value no engine error. More... | |
#define | ERR_INVALID_ARGS -23 |
Return value invalid arguments. More... | |
#define ERR_ALREADY_EXIST -12 |
#define ERR_CONFIG_FILE -18 |
#define ERR_CTRLCLASS_INUSE -11 |
#define ERR_CTRLCLASS_INVLEN -9 |
#define ERR_CTRLCLASS_INVNAME -8 |
#define ERR_CTRLCLASS_MEM -10 |
#define ERR_IME_NOIMEWND -17 |
#define ERR_IME_NOSUCHIMEWND -16 |
#define ERR_IME_TOOMUCHIMEWND -15 |
#define ERR_INPUT_ENGINE -21 |
#define ERR_INV_HWND ERR_INVALID_HANDLE |
#define ERR_INVALID_ARGS -23 |
#define ERR_INVALID_HANDLE -2 |
#define ERR_INVALID_HMENU ERR_INVALID_HANDLE |
#define ERR_MSG_CANCELED -3 |
#define ERR_QUEUE_FULL -1 |