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 1827 of file window.h.


Field Documentation

HWND hwnd
 

The handle to the window which receives this message.

Definition at line 1830 of file window.h.

LPARAM lParam
 

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

Definition at line 1836 of file window.h.

int message
 

The message identifier.

Definition at line 1832 of file window.h.

unsigned int time
 

Time

Definition at line 1838 of file window.h.

WPARAM wParam
 

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

Definition at line 1834 of file window.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 14:21:35 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2