libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
EVENT_ACCESS_MASK.hh File Reference
#include "ACCESS_MASK.hh"
Include dependency graph for EVENT_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::EVENT_ACCESS_MASK
 ACCESS_MASK class for event 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::EventAccessMaskFlag { introvirt::windows::nt::EVENT_QUERY_STATE = 0x1 , introvirt::windows::nt::EVENT_MODIFY_STATE = 0x2 , introvirt::windows::nt::EVENT_ALL_ACCESS = 0x1F0000 | EVENT_QUERY_STATE | EVENT_MODIFY_STATE }
 Valid flags for EVENT_ACCESS_MASK. More...
 

Functions

const std::string & introvirt::windows::nt::to_string (EventAccessMaskFlag)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, EventAccessMaskFlag)
 
std::string introvirt::windows::nt::to_string (EVENT_ACCESS_MASK)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, EVENT_ACCESS_MASK)