libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
ProcessCreateFlags.hh File Reference
#include <cstdint>
#include <string>
Include dependency graph for ProcessCreateFlags.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::ProcessCreateFlags
 

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::ProcessCreateFlag {
  introvirt::windows::nt::BREAKAWAY = 0x00000001 , introvirt::windows::nt::NO_DEBUG_INHERIT = 0x00000002 , introvirt::windows::nt::INHERIT_HANDLES = 0x00000004 , introvirt::windows::nt::OVERRIDE_ADDRESS_SPACE = 0x00000008 ,
  introvirt::windows::nt::LARGE_PAGES = 0x00000010
}
 

Functions

std::string introvirt::windows::nt::to_string (ProcessCreateFlags options, const std::string &separator=" ")
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &os, ProcessCreateFlags)