|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| extern.postMessage(WindowHandle, ApiID, wParam, lParam) |
Parameters
| HANDLE | WindowHandle | Handle of the window to check.
| | INT | ApiID | Windows API message ID (WM_)
| | INT | wParam | Specifies additional message-specific information.
| | INT | lParam | Specifies additional message-specific information. |
Return value
No value is returned.
Description
This function posts a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
The window API function PostMessage is used to post the message. |
|
|
|