IntPtr SendWndMsg(IntPtr, int, IntPtr, IntPtr)
Sends a message to the specified window via the Windows API.
Parameters
Name | Description |
h |
IntPtr The window handle. |
msg |
int The window message. |
wp |
IntPtr The WPARAM. |
lp |
IntPtr The LPARAM. |
Security
Trust Level Required: High
Return
The result of the SendMessage call.
Requirements
KioWare for Windows version 8.5 or greater.