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

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::ThreadCreateFlag {
  introvirt::windows::nt::CREATE_SUSPENDED = 0x00000001 , introvirt::windows::nt::SKIP_THREAD_ATTACH = 0x00000002 , introvirt::windows::nt::HIDE_FROM_DEBUGGER = 0x00000004 , introvirt::windows::nt::HAS_SECURITY_DESCRIPTOR = 0x00000010 ,
  introvirt::windows::nt::ACCESS_CHECK_IN_TARGET = 0x00000020 , introvirt::windows::nt::INITIAL_THREAD = 0x00000080
}
 

Functions

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