Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_MSG Struct Reference
[Message passing functions]

#include <window.h>

Data Fields


Detailed Description

The message structure.
See also:
GetMessage, PostMessage, Messages

Definition at line 1828 of file window.h.


Field Documentation

HWND hwnd
 

The handle to the window which receives this message.

Definition at line 1831 of file window.h.

LPARAM lParam
 

The second parameter of the message (32-bit integer).

Definition at line 1837 of file window.h.

int message
 

The message identifier.

Definition at line 1833 of file window.h.

unsigned int time
 

Time

Definition at line 1839 of file window.h.

WPARAM wParam
 

The first parameter of the message (32-bit integer).

Definition at line 1835 of file window.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2