libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
CreateKeyDisposition.hh File Reference
#include <ostream>
#include <string>
Include dependency graph for CreateKeyDisposition.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::CreateKeyDisposition { introvirt::windows::nt::REG_CREATED_NEW_KEY = 1 , introvirt::windows::nt::REG_OPENED_EXISTING_KEY = 2 , introvirt::windows::nt::REG_UNKNOWN_DISPOSITION }
 

Functions

const std::string & introvirt::windows::nt::to_string (CreateKeyDisposition disp)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &os, CreateKeyDisposition disp)