libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
FS_INFORMATION_CLASS.hh File Reference
#include <ostream>
#include <string>
Include dependency graph for FS_INFORMATION_CLASS.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  introvirt
 Core IntroVirt classes.
 
namespace  introvirt::windows
 Classes related to Microsoft Windows guests.
 
namespace  introvirt::windows::nt
 Classes related to the Windows NT kernel.
 

Enumerations

enum  introvirt::windows::nt::FS_INFORMATION_CLASS {
  introvirt::windows::nt::FileFsVolumeInformation = 1 , introvirt::windows::nt::FileFsLabelInformation = 2 , introvirt::windows::nt::FileFsSizeInformation = 3 , introvirt::windows::nt::FileFsDeviceInformation = 4 ,
  introvirt::windows::nt::FileFsAttributeInformation = 5 , introvirt::windows::nt::FileFsControlInformation = 6 , introvirt::windows::nt::FileFsFullSizeInformation = 7 , introvirt::windows::nt::FileFsObjectIdInformation = 8 ,
  introvirt::windows::nt::FileFsDriverPathInformation = 9 , introvirt::windows::nt::FileFsVolumeFlagsInformation = 10 , introvirt::windows::nt::FileFsSectorSizeInformation = 11
}
 

Functions

const std::string & introvirt::windows::nt::to_string (FS_INFORMATION_CLASS infoClass)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &os, FS_INFORMATION_CLASS infoClass)