45 void write(std::ostream& os = std::cout)
const override;
46 Json::Value
json()
const override;
Interface class for hypervisor events.
Definition Event.hh:43
Helper class to transparently convert between guest size and a value.
Definition guest_size_t_ptr.hh:498
Definition WindowsFunctionCall.hh:31
Handler for ws2_32!shutdown.
Definition shutdown.hh:35
const std::string & function_name() const override
Get the function name.
Json::Value json() const override
Get the function as Json.
static const std::string LibraryName
Definition shutdown.hh:58
void result(int32_t result)
static constexpr int ArgumentCount
Definition shutdown.hh:57
void write(std::ostream &os=std::cout) const override
Write out a textual representation of the function for display.
static const std::string FunctionName
Definition shutdown.hh:59
static int32_t inject(SOCKET s, int32_t how)
const std::string & library_name() const override
Get the name of the library this call is for.
Type-safe guest virtual address pointer and guest_ptr template.
Core IntroVirt classes.
Definition Cr0.hh:20