function SendNotifyMessage(const Wnd: HWND; const Msg, WParam, LParam: Longint): Boolean;
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.