40 virtual uint32_t
Index()
const = 0;
Definition guest_ptr.hh:88
Status codes returned by Windows NT system calls.
Definition NTSTATUS.hh:34
Handler class for the NtEnumerateQueryValueKey system call.
Definition NtEnumerateQueryValueKey.hh:33
virtual uint64_t KeyHandle() const =0
Getter for KeyHandle.
virtual KEY_VALUE_INFORMATION_CLASS KeyValueInformationClass() const =0
Getter for KeyValueInformationClass.
virtual uint32_t KeyValueInformationLength() const =0
Getter for KeyValueInformationLength.
virtual uint32_t ResultLength() const =0
Handler class for the NtEnumerateValueKey system call.
Definition NtEnumerateValueKey.hh:31
static NTSTATUS inject(uint64_t KeyHandle, uint32_t Index, KEY_VALUE_INFORMATION_CLASS KeyValueInformationClass, const guest_ptr< void > &pKeyValueInformation, uint32_t KeyValueInformationLength, uint32_t &ResultLength)
virtual uint32_t Index() const =0
Getter for Index.
virtual void Index(uint32_t Index)=0
Setter for Index.
KEY_VALUE_INFORMATION_CLASS
Definition KEY_VALUE_INFORMATION_CLASS.hh:25
Core IntroVirt classes.
Definition Cr0.hh:20