#include <KEY_NAME_INFORMATION.hh>
|
| virtual const std::string & | Name () const =0 |
| |
| virtual void | Name (const std::string &Name)=0 |
| |
| virtual KEY_INFORMATION_CLASS | KeyInformationClass () const =0 |
| | Get the type of key 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 file system information class as a JSON representation.
|
| |
| virtual | ~KEY_INFORMATION ()=default |
| |
◆ Name() [1/2]
| virtual const std::string & introvirt::windows::nt::KEY_NAME_INFORMATION::Name |
( |
| ) |
const |
|
pure virtual |
◆ Name() [2/2]
| virtual void introvirt::windows::nt::KEY_NAME_INFORMATION::Name |
( |
const std::string & |
Name | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /home/runner/work/IntroVirt/IntroVirt/include/introvirt/windows/kernel/nt/syscall/types/key_information/KEY_NAME_INFORMATION.hh