#include <SOCKADDR.hh>
◆ ~SOCKADDR()
| virtual introvirt::windows::ws2_32::SOCKADDR::~SOCKADDR |
( |
| ) |
|
|
virtualdefault |
◆ make_shared()
| static std::shared_ptr< SOCKADDR > introvirt::windows::ws2_32::SOCKADDR::make_shared |
( |
const guest_ptr< void > & |
ptr, |
|
|
bool |
x64 |
|
) |
| |
|
static |
◆ sa_data() [1/2]
| virtual guest_ptr< const char[]> introvirt::windows::ws2_32::SOCKADDR::sa_data |
( |
| ) |
const |
|
pure virtual |
◆ sa_data() [2/2]
| virtual guest_ptr< char[]> introvirt::windows::ws2_32::SOCKADDR::sa_data |
( |
| ) |
|
|
pure virtual |
◆ sa_family() [1/2]
| virtual uint16_t introvirt::windows::ws2_32::SOCKADDR::sa_family |
( |
| ) |
const |
|
pure virtual |
◆ sa_family() [2/2]
| virtual void introvirt::windows::ws2_32::SOCKADDR::sa_family |
( |
uint16_t |
sa_family | ) |
|
|
pure virtual |
◆ size() [1/2]
| static size_t introvirt::windows::ws2_32::SOCKADDR::size |
( |
bool |
x64 | ) |
|
|
static |
Get the size of the structure.
- Parameters
-
| x64 | If true, return the size of the 64-bit version, otherwise 32-bit |
◆ size() [2/2]
| static size_t introvirt::windows::ws2_32::SOCKADDR::size |
( |
const Vcpu & |
vcpu | ) |
|
|
static |
Get the size of the structure.
- Parameters
-
| vcpu | The 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.
The documentation for this class was generated from the following file:
- /home/runner/work/IntroVirt/IntroVirt/include/introvirt/windows/libraries/ws2_32/types/SOCKADDR.hh