Definition guest_ptr.hh:88
Status codes returned by Windows NT system calls.
Definition NTSTATUS.hh:34
Handler class for the NtDelayExecution system call.
Definition NtDelayExecution.hh:31
virtual void DelayIntervalPtr(const guest_ptr< void > &pDelayInterval)=0
Setter for DelayIntervalPtr.
virtual void DelayInterval(int64_t DelayInterval)=0
static NTSTATUS inject(bool Alertable, const int64_t &DelayInterval)
virtual int64_t DelayInterval() const =0
virtual void Alertable(bool Alertable)=0
Setter for Alertable.
virtual bool Alertable() const =0
Getter for Alertable.
virtual guest_ptr< void > DelayIntervalPtr() const =0
Getter for DelayIntervalPtr.
Base type for NT system calls.
Definition NtSystemCall.hh:29
Core IntroVirt classes.
Definition Cr0.hh:20