56 static size_t size(
bool x64);
A class representing a single virtual processor.
Definition Vcpu.hh:33
Definition guest_ptr.hh:88
Definition CERT_STRONG_SIGN_PARA.hh:33
virtual guest_ptr< void > pSerializedInfo() const =0
virtual ~CERT_STRONG_SIGN_PARA()=default
virtual void dwInfoChoice(uint32_t dwInfoChoice)=0
static size_t size(bool x64)
Get the size of the structure.
virtual uint32_t cbSize() const =0
virtual guest_ptr< void > pvInfo() const =0
virtual uint32_t dwInfoChoice() const =0
virtual void pvInfo(const guest_ptr< void > &ptr)=0
virtual guest_ptr< char[]> pszOID() const =0
static std::shared_ptr< CERT_STRONG_SIGN_PARA > make_shared(const guest_ptr< void > &ptr, bool x64)
static size_t size(const Vcpu &vcpu)
Get the size of the structure.
virtual void pSerializedInfo(const guest_ptr< void > &ptr)=0
virtual void pszOID(const guest_ptr< char[]> &ptr)=0
virtual void cbSize(uint32_t cbSize)=0
Type-safe guest virtual address pointer and guest_ptr template.
Core IntroVirt classes.
Definition Cr0.hh:20