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

#include <PROCESS_PRIORITY_CLASS_INFORMATION.hh>

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

Public Member Functions

virtual bool Foreground () const =0
 
virtual void Foreground (bool Foreground)=0
 
virtual PRIORITY_CLASS PriorityClass () const =0
 
virtual void PriorityClass (PRIORITY_CLASS PriorityClass)=0
 
- Public Member Functions inherited from introvirt::windows::nt::PROCESS_INFORMATION
virtual PROCESS_INFORMATION_CLASS ProcessInformationClass () const =0
 Get the type of process information held in the buffer.
 
virtual guest_ptr< void > ptr () const =0
 Get the address that the buffer is at.
 
virtual uint32_t buffer_size () const =0
 Get the size of the buffer.
 
virtual void write (std::ostream &os, const std::string &linePrefix="") const =0
 Write a description to the ostream.
 
virtual Json::Value json () const =0
 Return the memory information class as a JSON representation.
 
virtual ~PROCESS_INFORMATION ()=default
 

Additional Inherited Members

- Static Public Member Functions inherited from introvirt::windows::nt::PROCESS_INFORMATION
static std::unique_ptr< PROCESS_INFORMATIONmake_unique (const NtKernel &kernel, PROCESS_INFORMATION_CLASS information_class, const guest_ptr< void > &ptr, uint32_t buffer_size)
 Create a KEY_VALUE_INFORMATION parser instance.
 

Member Function Documentation

◆ Foreground() [1/2]

virtual bool introvirt::windows::nt::PROCESS_PRIORITY_CLASS_INFORMATION::Foreground ( ) const
pure virtual

◆ Foreground() [2/2]

virtual void introvirt::windows::nt::PROCESS_PRIORITY_CLASS_INFORMATION::Foreground ( bool  Foreground)
pure virtual

◆ PriorityClass() [1/2]

virtual PRIORITY_CLASS introvirt::windows::nt::PROCESS_PRIORITY_CLASS_INFORMATION::PriorityClass ( ) const
pure virtual

◆ PriorityClass() [2/2]

virtual void introvirt::windows::nt::PROCESS_PRIORITY_CLASS_INFORMATION::PriorityClass ( PRIORITY_CLASS  PriorityClass)
pure virtual

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