libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
SECURITY_IMPERSONATION_LEVEL.hh File Reference
#include <cstdint>
#include <string>
Include dependency graph for SECURITY_IMPERSONATION_LEVEL.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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::SECURITY_IMPERSONATION_LEVEL { introvirt::windows::nt::SecurityAnonymous , introvirt::windows::nt::SecurityIdentification , introvirt::windows::nt::SecurityImpersonation , introvirt::windows::nt::SecurityDelegation }
 

Functions

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