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

Go to the source code of this file.
Classes | |
| class | introvirt::windows::nt::FILE_SHARE_ACCESS |
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::FILE_SHARE_ACCESS_FLAG { introvirt::windows::nt::FILE_SHARE_READ = 0x00000001 , introvirt::windows::nt::FILE_SHARE_WRITE = 0x00000002 , introvirt::windows::nt::FILE_SHARE_DELETE = 0x00000004 } |
Functions | |
| std::string | introvirt::windows::nt::to_string (FILE_SHARE_ACCESS options, const std::string &separator=" ") |
| std::ostream & | introvirt::windows::nt::operator<< (std::ostream &, FILE_SHARE_ACCESS options) |