ReactOS 0.4.15-dev-7834-g00c4b3d
_REG_QUERY_KEY_INFORMATION Struct Reference

#include <cmtypes.h>

Collaboration diagram for _REG_QUERY_KEY_INFORMATION:

Public Attributes

PVOID Object
 
KEY_INFORMATION_CLASS KeyInformationClass
 
PVOID KeyInformation
 
ULONG Length
 
PULONG ResultLength
 
PVOID CallContext
 
PVOID ObjectContext
 
PVOID Reserved
 

Detailed Description

Definition at line 765 of file cmtypes.h.

Member Data Documentation

◆ CallContext

PVOID _REG_QUERY_KEY_INFORMATION::CallContext

Definition at line 771 of file cmtypes.h.

◆ KeyInformation

PVOID _REG_QUERY_KEY_INFORMATION::KeyInformation

Definition at line 768 of file cmtypes.h.

Referenced by NtQueryKey().

◆ KeyInformationClass

KEY_INFORMATION_CLASS _REG_QUERY_KEY_INFORMATION::KeyInformationClass

Definition at line 767 of file cmtypes.h.

Referenced by NtQueryKey().

◆ Length

ULONG _REG_QUERY_KEY_INFORMATION::Length

Definition at line 769 of file cmtypes.h.

Referenced by NtQueryKey().

◆ Object

PVOID _REG_QUERY_KEY_INFORMATION::Object

Definition at line 766 of file cmtypes.h.

Referenced by NtQueryKey().

◆ ObjectContext

PVOID _REG_QUERY_KEY_INFORMATION::ObjectContext

Definition at line 772 of file cmtypes.h.

◆ Reserved

PVOID _REG_QUERY_KEY_INFORMATION::Reserved

Definition at line 773 of file cmtypes.h.

◆ ResultLength

PULONG _REG_QUERY_KEY_INFORMATION::ResultLength

Definition at line 770 of file cmtypes.h.

Referenced by NtQueryKey().


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