MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Macros
User-defined messages

Macros

#define MSG_USER   0x0800
 The first user-defined message. More...
 

Detailed Description

Macro Definition Documentation

#define MSG_USER   0x0800

The first user-defined message.

MiniGUI reserved the range from 0x0800 to 0xEFFF for user-defined messages. MSG_USER is the first user-defined message you can use it by your own.

Definition at line 2198 of file window.h.