libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
DIR_ACCESS_MASK.hh File Reference
#include "ACCESS_MASK.hh"
Include dependency graph for DIR_ACCESS_MASK.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::DIR_ACCESS_MASK
 ACCESS_MASK class for directory permissions. More...
 

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::DirAccessMaskFlag {
  introvirt::windows::nt::DIRECTORY_QUERY = 0x0001 , introvirt::windows::nt::DIRECTORY_TRAVERSE = 0x0002 , introvirt::windows::nt::DIRECTORY_CREATE_OBJECT = 0x0004 , introvirt::windows::nt::DIRECTORY_CREATE_SUBDIRECTORY = 0x0008 ,
  introvirt::windows::nt::DIRECTORY_ALL_ACCESS = STANDARD_RIGHTS_REQUIRED | 0xF
}
 Valid flags for DIR_ACCESS_MASK. More...
 

Functions

const std::string & introvirt::windows::nt::to_string (DirAccessMaskFlag)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, DirAccessMaskFlag)
 
std::string introvirt::windows::nt::to_string (DIR_ACCESS_MASK)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, DIR_ACCESS_MASK)