Handler class for the NtUserPostMessage system call.
Definition NtUserPostMessage.hh:32
virtual void result(bool value)=0
Set the result of the calls.
virtual void hWnd(uint64_t hWnd)=0
Setter for hWnd.
virtual void Msg(WindowMessage Msg)=0
Setter for Msg.
virtual bool result() const =0
Get the result of the call.
virtual uint64_t wParam() const =0
Getter for wParam.
virtual WindowMessage Msg() const =0
Getter for Msg.
virtual void lParam(uint64_t lParam)=0
Setter for lParam.
virtual uint64_t lParam() const =0
Getter for lParam.
virtual uint64_t hWnd() const =0
Getter for hWnd.
static bool inject(uint64_t hWnd, WindowMessage Msg, uint64_t wParam, uint64_t lParam)
virtual void wParam(uint64_t wParam)=0
Setter for wParam.