#include <PROCESS_WINDOW_INFORMATION.hh>
|
| virtual uint32_t | WindowFlags () const =0 |
| |
| virtual void | WindowFlags (uint32_t value)=0 |
| |
| virtual const std::string & | WindowTitle () const =0 |
| |
| virtual void | WindowTitle (const std::string &value)=0 |
| |
| 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 |
| |
◆ WindowFlags() [1/2]
| virtual uint32_t introvirt::windows::nt::PROCESS_WINDOW_INFORMATION::WindowFlags |
( |
| ) |
const |
|
pure virtual |
◆ WindowFlags() [2/2]
| virtual void introvirt::windows::nt::PROCESS_WINDOW_INFORMATION::WindowFlags |
( |
uint32_t |
value | ) |
|
|
pure virtual |
◆ WindowTitle() [1/2]
| virtual const std::string & introvirt::windows::nt::PROCESS_WINDOW_INFORMATION::WindowTitle |
( |
| ) |
const |
|
pure virtual |
◆ WindowTitle() [2/2]
| virtual void introvirt::windows::nt::PROCESS_WINDOW_INFORMATION::WindowTitle |
( |
const std::string & |
value | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: