MiniGUI API Reference (MiniGUI-Standalone)  v3.2.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 2225 of file window.h.

Field Documentation

HWND hwnd

The handle to the window which receives this message.

Definition at line 2228 of file window.h.

LPARAM lParam

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

Definition at line 2234 of file window.h.

UINT message

The message identifier.

Definition at line 2230 of file window.h.

DWORD time

Time

Definition at line 2236 of file window.h.

WPARAM wParam

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

Definition at line 2232 of file window.h.


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