libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
TOKEN_ACCESS_MASK.hh File Reference
#include "ACCESS_MASK.hh"
Include dependency graph for TOKEN_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::TOKEN_ACCESS_MASK
 ACCESS_MASK class for token 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::TokenAccessMaskFlag {
  introvirt::windows::nt::TOKEN_ASSIGN_PRIMARY = 0x0001 , introvirt::windows::nt::TOKEN_DUPLICATE = 0x0002 , introvirt::windows::nt::TOKEN_IMPERSONATE = 0x0004 , introvirt::windows::nt::TOKEN_QUERY = 0x0008 ,
  introvirt::windows::nt::TOKEN_QUERY_SOURCE = 0x0010 , introvirt::windows::nt::TOKEN_ADJUST_PRIVILEGES = 0x0020 , introvirt::windows::nt::TOKEN_ADJUST_GROUPS = 0x0040 , introvirt::windows::nt::TOKEN_ADJUST_DEFAULT = 0x0080 ,
  introvirt::windows::nt::TOKEN_ADJUST_SESSIONID = 0x0100 , introvirt::windows::nt::TOKEN_READ = STANDARD_RIGHTS_READ | TOKEN_QUERY , introvirt::windows::nt::TOKEN_WRITE , introvirt::windows::nt::TOKEN_ALL_ACCESS = 0xF01FF
}
 Valid flags for TOKEN_ACCESS_MASK. More...
 

Functions

const std::string & introvirt::windows::nt::to_string (TokenAccessMaskFlag)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, TokenAccessMaskFlag)
 
std::string introvirt::windows::nt::to_string (TOKEN_ACCESS_MASK)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, TOKEN_ACCESS_MASK)