<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Windows API > Win_IsDialogMessage |
Description
Determines whether a message is intended for the specified dialog box and, if it is, processes the message.
Syntax
n = Win_IsDialogMessage(hWnd, tagMSG)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
A handle to the dialog box. |
tagMSG |
Variable |
No |
A pointer to an TAGMSG structure that contains the message to be checked. |
Remarks
For additional info, please refer to MS documentation at: http://msdn.microsoft.com/en-us/library/ms645498(VS.85).aspx
Restrictions
See also
Examples