function SendNotifyMessage(const Wnd: HWND; const Msg: Cardinal; const WParam: WPARAM; const LParam: LPARAM): 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.