Handler class for the NtQueryPerformanceCounter system call.
More...
#include <NtQueryPerformanceCounter.hh>
Handler class for the NtQueryPerformanceCounter system call.
◆ inject()
| static NTSTATUS introvirt::windows::nt::NtQueryPerformanceCounter::inject |
( |
int64_t & |
PerformanceCounter, |
|
|
int64_t * |
PerformanceFrequency |
|
) |
| |
|
static |
◆ PerformanceCounter() [1/2]
| virtual int64_t introvirt::windows::nt::NtQueryPerformanceCounter::PerformanceCounter |
( |
| ) |
const |
|
pure virtual |
◆ PerformanceCounter() [2/2]
| virtual void introvirt::windows::nt::NtQueryPerformanceCounter::PerformanceCounter |
( |
int64_t |
PerformanceCounter | ) |
|
|
pure virtual |
◆ PerformanceCounterPtr() [1/2]
| virtual guest_ptr< void > introvirt::windows::nt::NtQueryPerformanceCounter::PerformanceCounterPtr |
( |
| ) |
const |
|
pure virtual |
Getter for PerformanceCounterPtr.
- Returns
- The address pointed to by the the PerformanceCounterPtr parameter
◆ PerformanceCounterPtr() [2/2]
| virtual void introvirt::windows::nt::NtQueryPerformanceCounter::PerformanceCounterPtr |
( |
const guest_ptr< void > & |
pPerformanceCounter | ) |
|
|
pure virtual |
Setter for PerformanceCounterPtr.
- Parameters
-
| pPerformanceCounter | The address to set for the PerformanceCounterPtr parameter |
◆ PerformanceFrequency() [1/2]
| virtual int64_t introvirt::windows::nt::NtQueryPerformanceCounter::PerformanceFrequency |
( |
| ) |
const |
|
pure virtual |
◆ PerformanceFrequency() [2/2]
| virtual void introvirt::windows::nt::NtQueryPerformanceCounter::PerformanceFrequency |
( |
int64_t |
PerformanceFrequency | ) |
|
|
pure virtual |
◆ PerformanceFrequencyPtr() [1/2]
| virtual guest_ptr< void > introvirt::windows::nt::NtQueryPerformanceCounter::PerformanceFrequencyPtr |
( |
| ) |
const |
|
pure virtual |
Getter for PerformanceFrequencyPtr.
- Returns
- The address pointed to by the the PerformanceFrequencyPtr parameter
◆ PerformanceFrequencyPtr() [2/2]
| virtual void introvirt::windows::nt::NtQueryPerformanceCounter::PerformanceFrequencyPtr |
( |
const guest_ptr< void > & |
pPerformanceFrequency | ) |
|
|
pure virtual |
Setter for PerformanceFrequencyPtr.
- Parameters
-
| pPerformanceFrequency | The address to set for the PerformanceFrequencyPtr parameter |
The documentation for this class was generated from the following file: