libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
CreateFileDisposition.hh File Reference
#include <string>
Include dependency graph for CreateFileDisposition.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::CreateFileDisposition {
  introvirt::windows::nt::FILE_SUPERSEDE = 0 , introvirt::windows::nt::FILE_OPEN , introvirt::windows::nt::FILE_CREATE , introvirt::windows::nt::FILE_OPEN_IF ,
  introvirt::windows::nt::FILE_OVERWRITE , introvirt::windows::nt::FILE_OVERWRITE_IF , introvirt::windows::nt::FILE_CREATE_DISPOSITION_INVALID = -1
}
 

Functions

const std::string & introvirt::windows::nt::to_string (CreateFileDisposition)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, CreateFileDisposition)