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 |
); |
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.
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.
GetMessage, MSG, PeekMessage, TranslateMessage, WM_TIMER
file: /Techref/os/win/api/win32/func/src/f17_1.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 02:21,
3.129.253.113:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/func/src/f17_1.htm"> DispatchMessage</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.