Pascal Scripting: SendNotifyMessage
Prototype:
function SendNotifyMessage(const Wnd: HWND; const Msg, WParam, LParam: Longint): Boolean;
Description:
Sends the specified message to the specified window without waiting for the message to be processed by the destination window procedure. Returns True if successful.