libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::windows::crypt32::CRYPTPROTECT_PROMPTSTRUCT Class Referenceabstract

#include <CRYPTPROTECT_PROMPTSTRUCT.hh>

Public Member Functions

virtual uint32_t cbSize () const =0
 
virtual void cbSize (uint32_t cbSize)=0
 
virtual uint32_t dwPromptFlags () const =0
 
virtual void dwPromptFlags (uint32_t dwPromptFlags)=0
 
virtual uint64_t hwndApp () const =0
 
virtual void hwndApp (uint64_t hwndApp)=0
 
virtual guest_ptr< char[]> szPrompt () const =0
 
virtual ~CRYPTPROTECT_PROMPTSTRUCT ()=default
 

Static Public Member Functions

static std::shared_ptr< CRYPTPROTECT_PROMPTSTRUCTmake_shared (const guest_ptr< void > &ptr, bool x64)
 
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.
 

Constructor & Destructor Documentation

◆ ~CRYPTPROTECT_PROMPTSTRUCT()

virtual introvirt::windows::crypt32::CRYPTPROTECT_PROMPTSTRUCT::~CRYPTPROTECT_PROMPTSTRUCT ( )
virtualdefault

Member Function Documentation

◆ cbSize() [1/2]

virtual uint32_t introvirt::windows::crypt32::CRYPTPROTECT_PROMPTSTRUCT::cbSize ( ) const
pure virtual

◆ cbSize() [2/2]

virtual void introvirt::windows::crypt32::CRYPTPROTECT_PROMPTSTRUCT::cbSize ( uint32_t  cbSize)
pure virtual

◆ dwPromptFlags() [1/2]

virtual uint32_t introvirt::windows::crypt32::CRYPTPROTECT_PROMPTSTRUCT::dwPromptFlags ( ) const
pure virtual

◆ dwPromptFlags() [2/2]

virtual void introvirt::windows::crypt32::CRYPTPROTECT_PROMPTSTRUCT::dwPromptFlags ( uint32_t  dwPromptFlags)
pure virtual

◆ hwndApp() [1/2]

virtual uint64_t introvirt::windows::crypt32::CRYPTPROTECT_PROMPTSTRUCT::hwndApp ( ) const
pure virtual

◆ hwndApp() [2/2]

virtual void introvirt::windows::crypt32::CRYPTPROTECT_PROMPTSTRUCT::hwndApp ( uint64_t  hwndApp)
pure virtual

◆ make_shared()

static std::shared_ptr< CRYPTPROTECT_PROMPTSTRUCT > introvirt::windows::crypt32::CRYPTPROTECT_PROMPTSTRUCT::make_shared ( const guest_ptr< void > &  ptr,
bool  x64 
)
static

◆ size() [1/2]

static size_t introvirt::windows::crypt32::CRYPTPROTECT_PROMPTSTRUCT::size ( bool  x64)
static

Get the size of the structure.

Parameters
x64If true, return the size of the 64-bit version, otherwise 32-bit

◆ size() [2/2]

static size_t introvirt::windows::crypt32::CRYPTPROTECT_PROMPTSTRUCT::size ( const Vcpu vcpu)
static

Get the size of the structure.

Parameters
vcpuThe 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.

◆ szPrompt()

virtual guest_ptr< char[]> introvirt::windows::crypt32::CRYPTPROTECT_PROMPTSTRUCT::szPrompt ( ) const
pure virtual

The documentation for this class was generated from the following file: