libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
MUTANT_ACCESS_MASK.hh File Reference
#include "ACCESS_MASK.hh"
Include dependency graph for MUTANT_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::MUTANT_ACCESS_MASK
 ACCESS_MASK class for mutant 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::MutantAccessMaskFlag { introvirt::windows::nt::MUTANT_QUERY_STATE = 0x0001 , introvirt::windows::nt::MUTANT_ALL_ACCESS = (STANDARD_RIGHTS_REQUIRED | SYNCHRONIZE | MUTANT_QUERY_STATE) }
 Valid flags for MUTANT_ACCESS_MASK. More...
 

Functions

const std::string & introvirt::windows::nt::to_string (MutantAccessMaskFlag)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, MutantAccessMaskFlag)
 
std::string introvirt::windows::nt::to_string (MUTANT_ACCESS_MASK)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, MUTANT_ACCESS_MASK)