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


Public Member Functions | |
| virtual nt::DeviceType | DeviceType () const =0 |
| virtual void | DeviceType (nt::DeviceType type)=0 |
| virtual uint32_t | Characteristics () const =0 |
| virtual void | Characteristics (uint32_t characteristics)=0 |
Public Member Functions inherited from introvirt::windows::nt::FS_INFORMATION | |
| virtual FS_INFORMATION_CLASS | FsInformationClass () const =0 |
| Get the type of filesystem 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 | ~FS_INFORMATION ()=default |
Additional Inherited Members | |
Static Public Member Functions inherited from introvirt::windows::nt::FS_INFORMATION | |
| static std::unique_ptr< FS_INFORMATION > | make_unique (const NtKernel &kernel, FS_INFORMATION_CLASS information_class, const guest_ptr< void > &ptr, uint32_t buffer_size) |
| Create a KEY_VALUE_INFORMATION parser instance. | |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |