libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS Class Referenceabstract

#include <TRANSMIT_FILE_BUFFERS.hh>

Public Member Functions

virtual guest_ptr< uint8_t[]> Head () const =0
 
virtual void Head (const guest_ptr< uint8_t[]> &Head)=0
 
virtual uint32_t HeadLength () const =0
 
virtual void HeadLength (uint32_t HeadLength)=0
 
virtual guest_ptr< uint8_t[]> Tail () const =0
 
virtual void Tail (const guest_ptr< uint8_t[]> &Tail)=0
 
virtual uint32_t TailLength () const =0
 
virtual void TailLength (uint32_t TailLength)=0
 
virtual ~TRANSMIT_FILE_BUFFERS ()=default
 

Static Public Member Functions

static std::shared_ptr< TRANSMIT_FILE_BUFFERSmake_shared (const guest_ptr< void > &ptr, bool x64)
 Create a TRANSMIT_FILE_BUFFERS.
 
static size_t size (bool x64)
 Get the size of the structure.
 
static size_t size (const Vcpu &vcpu)
 Get the size of the structure.
 

Detailed Description

Constructor & Destructor Documentation

◆ ~TRANSMIT_FILE_BUFFERS()

virtual introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS::~TRANSMIT_FILE_BUFFERS ( )
virtualdefault

Member Function Documentation

◆ Head() [1/2]

virtual guest_ptr< uint8_t[]> introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS::Head ( ) const
pure virtual

◆ Head() [2/2]

virtual void introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS::Head ( const guest_ptr< uint8_t[]> &  Head)
pure virtual

◆ HeadLength() [1/2]

virtual uint32_t introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS::HeadLength ( ) const
pure virtual

◆ HeadLength() [2/2]

virtual void introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS::HeadLength ( uint32_t  HeadLength)
pure virtual

◆ make_shared()

static std::shared_ptr< TRANSMIT_FILE_BUFFERS > introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS::make_shared ( const guest_ptr< void > &  ptr,
bool  x64 
)
static

◆ size() [1/2]

static size_t introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS::size ( bool  x64)
static

Get the size of the structure.

Parameters
x64If true, return the size of the 64-bit version, otherwise 32-bit

◆ size() [2/2]

static size_t introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS::size ( const Vcpu vcpu)
static

Get the size of the structure.

Parameters
vcpuThe VCPU to use as context

This version will use the current processor state to determine if the structure would be 32-bit or 64-bit.

◆ Tail() [1/2]

virtual guest_ptr< uint8_t[]> introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS::Tail ( ) const
pure virtual

◆ Tail() [2/2]

virtual void introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS::Tail ( const guest_ptr< uint8_t[]> &  Tail)
pure virtual

◆ TailLength() [1/2]

virtual uint32_t introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS::TailLength ( ) const
pure virtual

◆ TailLength() [2/2]

virtual void introvirt::windows::ws2_32::TRANSMIT_FILE_BUFFERS::TailLength ( uint32_t  TailLength)
pure virtual

The documentation for this class was generated from the following file: