#include <CRYPT_DECRYPT_MESSAGE_PARA.hh>
◆ ~CRYPT_DECRYPT_MESSAGE_PARA()
| virtual introvirt::windows::crypt32::CRYPT_DECRYPT_MESSAGE_PARA::~CRYPT_DECRYPT_MESSAGE_PARA |
( |
| ) |
|
|
virtualdefault |
◆ cbSize() [1/2]
| virtual uint32_t introvirt::windows::crypt32::CRYPT_DECRYPT_MESSAGE_PARA::cbSize |
( |
| ) |
const |
|
pure virtual |
◆ cbSize() [2/2]
| virtual void introvirt::windows::crypt32::CRYPT_DECRYPT_MESSAGE_PARA::cbSize |
( |
uint32_t |
cbSize | ) |
|
|
pure virtual |
◆ cCertStore() [1/2]
| virtual uint32_t introvirt::windows::crypt32::CRYPT_DECRYPT_MESSAGE_PARA::cCertStore |
( |
| ) |
const |
|
pure virtual |
◆ cCertStore() [2/2]
| virtual void introvirt::windows::crypt32::CRYPT_DECRYPT_MESSAGE_PARA::cCertStore |
( |
uint32_t |
cCertStore | ) |
|
|
pure virtual |
◆ dwFlags() [1/2]
| virtual uint32_t introvirt::windows::crypt32::CRYPT_DECRYPT_MESSAGE_PARA::dwFlags |
( |
| ) |
const |
|
pure virtual |
◆ dwFlags() [2/2]
| virtual void introvirt::windows::crypt32::CRYPT_DECRYPT_MESSAGE_PARA::dwFlags |
( |
uint32_t |
dwFlags | ) |
|
|
pure virtual |
◆ dwMsgAndCertEncodingType() [1/2]
| virtual uint32_t introvirt::windows::crypt32::CRYPT_DECRYPT_MESSAGE_PARA::dwMsgAndCertEncodingType |
( |
| ) |
const |
|
pure virtual |
◆ dwMsgAndCertEncodingType() [2/2]
| virtual void introvirt::windows::crypt32::CRYPT_DECRYPT_MESSAGE_PARA::dwMsgAndCertEncodingType |
( |
uint32_t |
dwMsgAndCertEncodingType | ) |
|
|
pure virtual |
◆ make_shared()
◆ prghCertStore() [1/2]
| virtual guest_ptr< void > introvirt::windows::crypt32::CRYPT_DECRYPT_MESSAGE_PARA::prghCertStore |
( |
| ) |
const |
|
pure virtual |
◆ prghCertStore() [2/2]
| virtual void introvirt::windows::crypt32::CRYPT_DECRYPT_MESSAGE_PARA::prghCertStore |
( |
const guest_ptr< void > & |
prghCertStore | ) |
|
|
pure virtual |
◆ size() [1/2]
| static size_t introvirt::windows::crypt32::CRYPT_DECRYPT_MESSAGE_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::CRYPT_DECRYPT_MESSAGE_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: