MiniGUI API Reference (MiniGUI-Processes)  v5.0.0
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 3131 of file window.h.

Field Documentation

◆ hwnd

HWND hwnd

The handle to the window which receives this message.

Definition at line 3134 of file window.h.

◆ lParam

LPARAM lParam

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

Definition at line 3142 of file window.h.

◆ message

UINT message

The message identifier.

Definition at line 3136 of file window.h.

◆ time

DWORD time

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

Definition at line 3145 of file window.h.

◆ wParam

WPARAM wParam

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

Definition at line 3139 of file window.h.


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