bool SendWndMsgTimeout(int, int, int, int, int)

Sends the specified message to a window or windows

Security

Trust Level Required: Full Trust

Parameters

Name Description
wHnd int
A handle to the window whose procedure will receive the message.
message int
The message to send to the window.
WPARAM int
Additional message-specific information.
LPARAM int
Additional message-specific information.
timeoutMs int
Useful if the message is a broadcast message.

Return

True on success

Remarks

This is a direct call to the Windows API and these MSDN before making a call to this method.

Requirements

KioWare for Windows version 8.1 or greater.