#include <WSADATA.hh>
|
| static std::shared_ptr< WSADATA > | make_shared (const guest_ptr< void > &ptr, bool x64) |
| | Create a WSADATA.
|
| |
| 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.
|
| |
◆ ~WSADATA()
| virtual introvirt::windows::ws2_32::WSADATA::~WSADATA |
( |
| ) |
|
|
virtualdefault |
◆ make_shared()
| static std::shared_ptr< WSADATA > introvirt::windows::ws2_32::WSADATA::make_shared |
( |
const guest_ptr< void > & |
ptr, |
|
|
bool |
x64 |
|
) |
| |
|
static |
◆ size() [1/2]
| static size_t introvirt::windows::ws2_32::WSADATA::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::WSADATA::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.
◆ wHighVersion() [1/2]
| virtual uint16_t introvirt::windows::ws2_32::WSADATA::wHighVersion |
( |
| ) |
const |
|
pure virtual |
◆ wHighVersion() [2/2]
| virtual void introvirt::windows::ws2_32::WSADATA::wHighVersion |
( |
uint16_t |
wHighVersion | ) |
|
|
pure virtual |
◆ wVersion() [1/2]
| virtual uint16_t introvirt::windows::ws2_32::WSADATA::wVersion |
( |
| ) |
const |
|
pure virtual |
◆ wVersion() [2/2]
| virtual void introvirt::windows::ws2_32::WSADATA::wVersion |
( |
uint16_t |
wVersion | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /home/runner/work/IntroVirt/IntroVirt/include/introvirt/windows/libraries/ws2_32/types/WSADATA.hh