libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
FILE_ATTRIBUTES.hh File Reference
#include <introvirt/util/json/json.hh>
#include <cstdint>
#include <sstream>
#include <string>
Include dependency graph for FILE_ATTRIBUTES.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  introvirt::windows::nt::FILE_ATTRIBUTES
 

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::FILE_ATTRIBUTE_TYPE {
  introvirt::windows::nt::FILE_ATTRIBUTE_READONLY = 0x00000001 , introvirt::windows::nt::FILE_ATTRIBUTE_HIDDEN = 0x00000002 , introvirt::windows::nt::FILE_ATTRIBUTE_SYSTEM = 0x00000004 , introvirt::windows::nt::FILE_ATTRIBUTE_DIRECTORY = 0x00000010 ,
  introvirt::windows::nt::FILE_ATTRIBUTE_ARCHIVE = 0x00000020 , introvirt::windows::nt::FILE_ATTRIBUTE_DEVICE = 0x00000040 , introvirt::windows::nt::FILE_ATTRIBUTE_NORMAL = 0x00000080 , introvirt::windows::nt::FILE_ATTRIBUTE_TEMPORARY = 0x00000100 ,
  introvirt::windows::nt::FILE_ATTRIBUTE_SPARSE_FILE = 0x00000200 , introvirt::windows::nt::FILE_ATTRIBUTE_REPARSE_POINT = 0x00000400 , introvirt::windows::nt::FILE_ATTRIBUTE_COMPRESSED = 0x00000800 , introvirt::windows::nt::FILE_ATTRIBUTE_OFFLINE = 0x00001000 ,
  introvirt::windows::nt::FILE_ATTRIBUTE_NOT_CONTENT_INDEXED = 0x00002000 , introvirt::windows::nt::FILE_ATTRIBUTE_ENCRYPTED = 0x00004000 , introvirt::windows::nt::FILE_ATTRIBUTE_VIRTUAL = 0x00010000
}
 

Functions

const std::string & introvirt::windows::nt::to_string (FILE_ATTRIBUTE_TYPE)
 
std::string introvirt::windows::nt::to_string (FILE_ATTRIBUTES)