ReplyMessage function user32
Replies to a message sent from another thread by the SendMessage function.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-replymessage.
Implementation
@pragma('vm:prefer-inline')
bool ReplyMessage(LRESULT lResult) => _ReplyMessage(lResult) != FALSE;