libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
IO_STATUS_RESULT.hh File Reference
#include <string>
Include dependency graph for IO_STATUS_RESULT.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 class  introvirt::windows::nt::IO_STATUS_RESULT {
  introvirt::windows::nt::FILE_SUPERSEDED = 0 , introvirt::windows::nt::FILE_OPENED = 1 , introvirt::windows::nt::FILE_CREATED = 2 , introvirt::windows::nt::FILE_OVERWRITTEN = 3 ,
  introvirt::windows::nt::FILE_EXISTS = 4 , introvirt::windows::nt::FILE_DOES_NOT_EXIST = 5 , introvirt::windows::nt::FILE_RESULT_UNAVAILABLE = -1 , introvirt::windows::nt::IO_STATUS_RESULT_INVALID = -2
}
 

Functions

const std::string & introvirt::windows::nt::to_string (IO_STATUS_RESULT type)