WinGetMsg: Difference between revisions
Appearance
Created page with "Retrieves messages from its message queue. ==Syntax== WinGetMsg ( hab, &qmsg, , , ) ==Related Functions== *WinDispatchMsg *WinSendMsg *WinPostMsg Category:Win" |
|||
Line 6: | Line 6: | ||
==Related Functions== | ==Related Functions== | ||
*WinDispatchMsg | *WinDispatchMsg | ||
*WinSendMsg | *[[WinSendMsg]] | ||
*WinPostMsg | *WinPostMsg | ||
[[Category:Win]] | [[Category:Win]] |
Revision as of 05:35, 12 April 2022
Retrieves messages from its message queue.
Syntax
WinGetMsg ( hab, &qmsg, , , )
Related Functions
- WinDispatchMsg
- WinSendMsg
- WinPostMsg