MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields

#include <window.h>

Data Fields

HWND hwnd
 
UINT message
 
WPARAM wParam
 
LPARAM lParam
 
DWORD time
 

Detailed Description

The message structure.

See also
GetMessage, PostMessage, Messages

Definition at line 3148 of file window.h.

Field Documentation

◆ hwnd

HWND hwnd

The handle to the window which receives this message.

Definition at line 3151 of file window.h.

◆ lParam

LPARAM lParam

The second parameter of the message (a unsigned integer with pointer precision).

Definition at line 3159 of file window.h.

◆ message

UINT message

The message identifier.

Definition at line 3153 of file window.h.

◆ time

DWORD time

Time (ticks when the message generated); reuse for the additional data of a notification.

Definition at line 3162 of file window.h.

◆ wParam

WPARAM wParam

The first parameter of the message (a unsigned integer with pointer precision).

Definition at line 3156 of file window.h.


The documentation for this struct was generated from the following file: