libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
LPC_TYPE.hh File Reference
#include <string>
Include dependency graph for LPC_TYPE.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::LPC_TYPE : int16_t {
  introvirt::windows::nt::LPC_REQUEST , introvirt::windows::nt::LPC_REPLY , introvirt::windows::nt::LPC_DATAGRAM , introvirt::windows::nt::LPC_LOST_REPLY ,
  introvirt::windows::nt::LPC_PORT_CLOSED , introvirt::windows::nt::LPC_CLIENT_DIED , introvirt::windows::nt::LPC_EXCEPTION , introvirt::windows::nt::LPC_DEBUG_EVENT ,
  introvirt::windows::nt::LPC_ERROR_EVENT , introvirt::windows::nt::LPC_CONNECTION_REQUEST , introvirt::windows::nt::LPC_UNKNOWN_MESSAGE_TYPE = -1
}
 

Functions

const std::string & introvirt::windows::nt::to_string (LPC_TYPE type)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &os, LPC_TYPE cid)