libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::windows::win32k::NtUserGetMessage Class Referenceabstract

Handler class for the NtUserGetMessage system call. More...

#include <NtUserGetMessage.hh>

Inheritance diagram for introvirt::windows::win32k::NtUserGetMessage:
Collaboration diagram for introvirt::windows::win32k::NtUserGetMessage:

Public Member Functions

virtual guest_ptr< void > MsgPtr () const =0
 Getter for MsgPtr.
 
virtual uint64_t hWnd () const =0
 Getter for hWnd.
 
virtual uint32_t MsgFilterMin () const =0
 Getter for MsgFilterMin.
 
virtual uint32_t MsgFilterMax () const =0
 Getter for MsgFilterMax.
 
virtual void MsgPtr (const guest_ptr< void > &pMsg)=0
 Setter for MsgPtr.
 
virtual void hWnd (uint64_t hWnd)=0
 Setter for hWnd.
 
virtual void MsgFilterMin (uint32_t MsgFilterMin)=0
 Setter for MsgFilterMin.
 
virtual void MsgFilterMax (uint32_t MsgFilterMax)=0
 Setter for MsgFilterMax.
 
virtual bool result () const =0
 Get the result of the call.
 
virtual void result (bool value)=0
 Set the result of the calls.
 
virtual WindowMessage Msg () const =0
 
virtual void Msg (WindowMessage Msg)=0
 
- Public Member Functions inherited from introvirt::windows::WindowsSystemCall
virtual SystemCallIndex index () const =0
 Get the system call number.
 
- Public Member Functions inherited from introvirt::SystemCall
virtual const std::string & name () const =0
 Get the name of the system call.
 
virtual void write (std::ostream &os=std::cout) const =0
 Write a human-readable description of this system call.
 
virtual Json::Value json () const =0
 
virtual bool will_return () const =0
 
virtual void data (const std::string &key, const std::shared_ptr< void > &value)=0
 Store arbitrary data with the SystemCall.
 
virtual void data (const std::string &key, std::shared_ptr< void > &&value)=0
 Store arbitrary data with the SystemCall.
 
virtual std::shared_ptr< void > data (const std::string &key)=0
 Retrieve arbitrary data stored with the SystemCall.
 
virtual std::shared_ptr< const void > data (const std::string &key) const =0
 Retrieve arbitrary data stored with the SystemCall.
 
virtual bool supported () const =0
 Check if this system call is supported by a more specific handler.
 
virtual void handle_return_event (Event &event)=0
 Handle a system call return event.
 
virtual ~SystemCall ()=default
 Destroy the instance.
 

Static Public Member Functions

static bool inject (WindowMessage &Msg, uint64_t hWnd, uint32_t MsgFilterMin, uint32_t MsgFilterMax)
 

Detailed Description

Handler class for the NtUserGetMessage system call.

Member Function Documentation

◆ hWnd() [1/2]

virtual uint64_t introvirt::windows::win32k::NtUserGetMessage::hWnd ( ) const
pure virtual

Getter for hWnd.

Returns
The value of the hWnd parameter

◆ hWnd() [2/2]

virtual void introvirt::windows::win32k::NtUserGetMessage::hWnd ( uint64_t  hWnd)
pure virtual

Setter for hWnd.

Parameters
hWndThe value to set for the hWnd parameter

◆ inject()

static bool introvirt::windows::win32k::NtUserGetMessage::inject ( WindowMessage Msg,
uint64_t  hWnd,
uint32_t  MsgFilterMin,
uint32_t  MsgFilterMax 
)
static

◆ Msg() [1/2]

virtual WindowMessage introvirt::windows::win32k::NtUserGetMessage::Msg ( ) const
pure virtual

◆ Msg() [2/2]

virtual void introvirt::windows::win32k::NtUserGetMessage::Msg ( WindowMessage  Msg)
pure virtual

◆ MsgFilterMax() [1/2]

virtual uint32_t introvirt::windows::win32k::NtUserGetMessage::MsgFilterMax ( ) const
pure virtual

Getter for MsgFilterMax.

Returns
The value of the MsgFilterMax parameter

◆ MsgFilterMax() [2/2]

virtual void introvirt::windows::win32k::NtUserGetMessage::MsgFilterMax ( uint32_t  MsgFilterMax)
pure virtual

Setter for MsgFilterMax.

Parameters
MsgFilterMaxThe value to set for the MsgFilterMax parameter

◆ MsgFilterMin() [1/2]

virtual uint32_t introvirt::windows::win32k::NtUserGetMessage::MsgFilterMin ( ) const
pure virtual

Getter for MsgFilterMin.

Returns
The value of the MsgFilterMin parameter

◆ MsgFilterMin() [2/2]

virtual void introvirt::windows::win32k::NtUserGetMessage::MsgFilterMin ( uint32_t  MsgFilterMin)
pure virtual

Setter for MsgFilterMin.

Parameters
MsgFilterMinThe value to set for the MsgFilterMin parameter

◆ MsgPtr() [1/2]

virtual guest_ptr< void > introvirt::windows::win32k::NtUserGetMessage::MsgPtr ( ) const
pure virtual

Getter for MsgPtr.

Returns
The address pointed to by the the MsgPtr parameter

◆ MsgPtr() [2/2]

virtual void introvirt::windows::win32k::NtUserGetMessage::MsgPtr ( const guest_ptr< void > &  pMsg)
pure virtual

Setter for MsgPtr.

Parameters
pMsgThe address to set for the MsgPtr parameter

◆ result() [1/2]

virtual bool introvirt::windows::win32k::NtUserGetMessage::result ( ) const
pure virtual

Get the result of the call.

Exceptions
InvalidMethodExceptionif the call has not yet returned

◆ result() [2/2]

virtual void introvirt::windows::win32k::NtUserGetMessage::result ( bool  value)
pure virtual

Set the result of the calls.

Exceptions
InvalidMethodExceptionif the call has not yet returned

The documentation for this class was generated from the following file: