System messages
[Messages]

Defines


Define Documentation

#define MSG_DOESNEEDIME   0x0150

Sends to a window to query whether the window needs to open IME window.

The system will send this message when the window gain the input focus to determine whether the window needs to open IME window.

The application should handle this message and return TRUE when the window need IME window. Default window procedure returns FALSE.

Note:
This is an asynchronical message.

Definition at line 2034 of file window.h.

#define MSG_IDLE   0x0142

Indicates the system enters idle loop.

This message is sent to the all main windows when the system enters idle loop.

Definition at line 1946 of file window.h.

#define MSG_TIMER   0x0144

Indicates a timer has expired.

This message is sent to the window when a timer expired.

 MSG_TIMER
 int timer_id = (int)wParam;
 DWORD tick_count = (DWORD)lParam;
Parameters:
timer_id The identifier of the timer has expired.
tick_count The tick count when the timer had expired.

Definition at line 1965 of file window.h.

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