|
libintrovirt v0.57.4
IntroVirt introspection library
|
#include <THREAD_IMPERSONATION_INFORMATION.hh>


Public Member Functions | |
| virtual uint64_t | ThreadImpersonationToken () const =0 |
| virtual void | ThreadImpersonationToken (uint64_t ThreadImpersonationToken)=0 |
Public Member Functions inherited from introvirt::windows::nt::THREAD_INFORMATION | |
| 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 |
Additional Inherited Members | |
Static Public Member Functions inherited from introvirt::windows::nt::THREAD_INFORMATION | |
| static std::unique_ptr< THREAD_INFORMATION > | make_unique (const NtKernel &kernel, THREAD_INFORMATION_CLASS information_class, const guest_ptr< void > &ptr, uint32_t buffer_size) |
| Create a THREAD_INFORMATION instance. | |
|
pure virtual |
|
pure virtual |