|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| user32.lib
| Header File
| winuser.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
DispatchMessage
The
DispatchMessage function dispatches a message to a window procedure. It is typically used to
dispatch a message retrieved by the
GetMessage function.
LONG DispatchMessage(
CONST MSG *lpmsg
| // pointer to structure with message
|
);
|
|
Parameters
lpmsg
Points to an
MSG structure that contains the message.
Return Values
The return value specifies the value returned by the window procedure.
Although its meaning depends on the message being dispatched, the return value
generally is ignored.
Remarks
The
MSG structure must contain valid message values. If the
lpmsg parameter points to a
WM_TIMER message and the
lParam parameter of the WM_TIMER message is not NULL,
lParam points to a function that is called instead of the window procedure.
See Also
GetMessage,
MSG,
PeekMessage,
PostAppMessage,
PostMessage,
TranslateMessage,
WM_TIMER
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database