libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
REG_TYPE.hh File Reference
#include <ostream>
#include <string>
Include dependency graph for REG_TYPE.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::REG_TYPE {
  introvirt::windows::nt::REG_NONE = 0 , introvirt::windows::nt::REG_SZ = 1 , introvirt::windows::nt::REG_EXPAND_SZ = 2 , introvirt::windows::nt::REG_BINARY = 3 ,
  introvirt::windows::nt::REG_DWORD_LITTLE_ENDIAN = 4 , introvirt::windows::nt::REG_DWORD_BIG_ENDIAN = 5 , introvirt::windows::nt::REG_LINK = 6 , introvirt::windows::nt::REG_MULTI_SZ = 7 ,
  introvirt::windows::nt::REG_RESOURCE_LIST = 8 , introvirt::windows::nt::REG_FULL_RESOURCE_DESCRIPTOR = 9 , introvirt::windows::nt::REG_RESOURCE_REQUIREMENTS_LIST = 10 , introvirt::windows::nt::REG_QWORD_LITTLE_ENDIAN = 11 ,
  introvirt::windows::nt::REG_TYPE_UNKNOWN = -1
}
 

Functions

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