#include <CERT_STRONG_SIGN_PARA.hh>
◆ ~CERT_STRONG_SIGN_PARA()
| virtual introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::~CERT_STRONG_SIGN_PARA |
( |
| ) |
|
|
virtualdefault |
◆ cbSize() [1/2]
| virtual uint32_t introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::cbSize |
( |
| ) |
const |
|
pure virtual |
◆ cbSize() [2/2]
| virtual void introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::cbSize |
( |
uint32_t |
cbSize | ) |
|
|
pure virtual |
◆ dwInfoChoice() [1/2]
| virtual uint32_t introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::dwInfoChoice |
( |
| ) |
const |
|
pure virtual |
◆ dwInfoChoice() [2/2]
| virtual void introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::dwInfoChoice |
( |
uint32_t |
dwInfoChoice | ) |
|
|
pure virtual |
◆ make_shared()
| static std::shared_ptr< CERT_STRONG_SIGN_PARA > introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::make_shared |
( |
const guest_ptr< void > & |
ptr, |
|
|
bool |
x64 |
|
) |
| |
|
static |
◆ pSerializedInfo() [1/2]
| virtual guest_ptr< void > introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::pSerializedInfo |
( |
| ) |
const |
|
pure virtual |
◆ pSerializedInfo() [2/2]
| virtual void introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::pSerializedInfo |
( |
const guest_ptr< void > & |
ptr | ) |
|
|
pure virtual |
◆ pszOID() [1/2]
| virtual guest_ptr< char[]> introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::pszOID |
( |
| ) |
const |
|
pure virtual |
◆ pszOID() [2/2]
| virtual void introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::pszOID |
( |
const guest_ptr< char[]> & |
ptr | ) |
|
|
pure virtual |
◆ pvInfo() [1/2]
| virtual guest_ptr< void > introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::pvInfo |
( |
| ) |
const |
|
pure virtual |
◆ pvInfo() [2/2]
| virtual void introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::pvInfo |
( |
const guest_ptr< void > & |
ptr | ) |
|
|
pure virtual |
◆ size() [1/2]
| static size_t introvirt::windows::crypt32::CERT_STRONG_SIGN_PARA::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::crypt32::CERT_STRONG_SIGN_PARA::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: