ReactOS 0.4.15-dev-7934-g1dc8d80
_REG_QUERY_VALUE_KEY_INFORMATION Struct Reference

#include <cmtypes.h>

Collaboration diagram for _REG_QUERY_VALUE_KEY_INFORMATION:

Public Attributes

PVOID Object
 
PUNICODE_STRING ValueName
 
KEY_VALUE_INFORMATION_CLASS KeyValueInformationClass
 
PVOID KeyValueInformation
 
ULONG Length
 
PULONG ResultLength
 
PVOID CallContext
 
PVOID ObjectContext
 
PVOID Reserved
 

Detailed Description

Definition at line 776 of file cmtypes.h.

Member Data Documentation

◆ CallContext

PVOID _REG_QUERY_VALUE_KEY_INFORMATION::CallContext

Definition at line 783 of file cmtypes.h.

◆ KeyValueInformation

PVOID _REG_QUERY_VALUE_KEY_INFORMATION::KeyValueInformation

Definition at line 780 of file cmtypes.h.

◆ KeyValueInformationClass

KEY_VALUE_INFORMATION_CLASS _REG_QUERY_VALUE_KEY_INFORMATION::KeyValueInformationClass

Definition at line 779 of file cmtypes.h.

Referenced by NtQueryValueKey().

◆ Length

ULONG _REG_QUERY_VALUE_KEY_INFORMATION::Length

Definition at line 781 of file cmtypes.h.

Referenced by NtQueryValueKey().

◆ Object

PVOID _REG_QUERY_VALUE_KEY_INFORMATION::Object

Definition at line 777 of file cmtypes.h.

Referenced by NtQueryValueKey().

◆ ObjectContext

PVOID _REG_QUERY_VALUE_KEY_INFORMATION::ObjectContext

Definition at line 784 of file cmtypes.h.

◆ Reserved

PVOID _REG_QUERY_VALUE_KEY_INFORMATION::Reserved

Definition at line 785 of file cmtypes.h.

◆ ResultLength

PULONG _REG_QUERY_VALUE_KEY_INFORMATION::ResultLength

Definition at line 782 of file cmtypes.h.

Referenced by NtQueryValueKey().

◆ ValueName

PUNICODE_STRING _REG_QUERY_VALUE_KEY_INFORMATION::ValueName

Definition at line 778 of file cmtypes.h.

Referenced by NtQueryValueKey().


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