libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
LUID_AND_ATTRIBUTES.hh File Reference
#include "LUID.hh"
#include <introvirt/core/fwd.hh>
#include <cstdint>
#include <memory>
Include dependency graph for LUID_AND_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::LUID_AND_ATTRIBUTES
 
class  introvirt::windows::nt::LUID_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::LUID_ATTRIBUTE_FLAGS { introvirt::windows::nt::SE_PRIVILEGE_ENABLED_BY_DEFAULT = 0x00000001L , introvirt::windows::nt::SE_PRIVILEGE_ENABLED = 0x00000002L , introvirt::windows::nt::SE_PRIVILEGE_REMOVED = 0X00000004L , introvirt::windows::nt::SE_PRIVILEGE_USED_FOR_ACCESS = 0x80000000L }
 

Functions

const std::string & introvirt::windows::nt::to_string (LUID_ATTRIBUTE_FLAGS)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, LUID_ATTRIBUTE_FLAGS)
 
std::string introvirt::windows::nt::to_string (LUID_ATTRIBUTES)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, LUID_ATTRIBUTES)