|
libintrovirt v0.57.4
IntroVirt introspection library
|
#include <ostream>#include <string>

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::PRIORITY_CLASS { introvirt::windows::nt::IDLE_PRIORITY_CLASS = 0x00000040 , introvirt::windows::nt::NORMAL_PRIORITY_CLASS = 0x00000020 , introvirt::windows::nt::HIGH_PRIORITY_CLASS = 0x00000080 , introvirt::windows::nt::REALTIME_PRIORITY_CLASS = 0x00000100 , introvirt::windows::nt::BELOW_NORMAL_PRIORITY_CLASS = 0x00004000 , introvirt::windows::nt::ABOVE_NORMAL_PRIORITY_CLASS = 0x00008000 , introvirt::windows::nt::UNKNOWN_PRIORITY_CLASS = 0xFFFFFFFF } |
Functions | |
| const std::string & | introvirt::windows::nt::to_string (PRIORITY_CLASS value) |
| std::ostream & | introvirt::windows::nt::operator<< (std::ostream &os, PRIORITY_CLASS value) |