libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::windows::nt::KEVENT Class Reference

#include <KEVENT.hh>

Inheritance diagram for introvirt::windows::nt::KEVENT:
Collaboration diagram for introvirt::windows::nt::KEVENT:

Public Member Functions

virtual ~KEVENT ()=default
 
- Public Member Functions inherited from introvirt::windows::nt::DISPATCHER_OBJECT
virtual DISPATCHER_HEADERDispatcherHeader ()=0
 
virtual const DISPATCHER_HEADERDispatcherHeader () const =0
 
virtual ~DISPATCHER_OBJECT ()=default
 
- Public Member Functions inherited from introvirt::windows::nt::OBJECT
virtual const OBJECT_HEADERheader () const =0
 Get the OBJECT_HEADER for this object.
 
virtual guest_ptr< void > ptr () const =0
 
virtual ~OBJECT ()=default
 Destroy the instance.
 

Static Public Member Functions

static std::shared_ptr< KEVENTmake_shared (const NtKernel &kernel, const guest_ptr< void > &ptr)
 
static std::shared_ptr< KEVENTmake_shared (const NtKernel &kernel, std::unique_ptr< OBJECT_HEADER > &&object_header)
 
- Static Public Member Functions inherited from introvirt::windows::nt::OBJECT
static std::shared_ptr< OBJECTmake_shared (const NtKernel &kernel, const guest_ptr< void > &ptr)
 
static std::shared_ptr< OBJECTmake_shared (const NtKernel &kernel, std::unique_ptr< OBJECT_HEADER > &&object_header)
 

Constructor & Destructor Documentation

◆ ~KEVENT()

virtual introvirt::windows::nt::KEVENT::~KEVENT ( )
virtualdefault

Member Function Documentation

◆ make_shared() [1/2]

static std::shared_ptr< KEVENT > introvirt::windows::nt::KEVENT::make_shared ( const NtKernel kernel,
const guest_ptr< void > &  ptr 
)
static

◆ make_shared() [2/2]

static std::shared_ptr< KEVENT > introvirt::windows::nt::KEVENT::make_shared ( const NtKernel kernel,
std::unique_ptr< OBJECT_HEADER > &&  object_header 
)
static

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