#include <THREAD_BASE_PRIORITY_INFORMATION.hh>
|
| virtual int32_t | BasePriority () const =0 |
| |
| virtual void | BasePriority (int32_t BasePriority)=0 |
| |
| virtual THREAD_INFORMATION_CLASS | ThreadInformationClass () const =0 |
| | Get the type of thread 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 | ~THREAD_INFORMATION ()=default |
| |
◆ BasePriority() [1/2]
| virtual int32_t introvirt::windows::nt::THREAD_BASE_PRIORITY_INFORMATION::BasePriority |
( |
| ) |
const |
|
pure virtual |
◆ BasePriority() [2/2]
| virtual void introvirt::windows::nt::THREAD_BASE_PRIORITY_INFORMATION::BasePriority |
( |
int32_t |
BasePriority | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: