ReactOS 0.4.15-dev-7924-g5949c20
_REG_ENUMERATE_KEY_INFORMATION Struct Reference

#include <cmtypes.h>

Collaboration diagram for _REG_ENUMERATE_KEY_INFORMATION:

Public Attributes

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

Detailed Description

Definition at line 741 of file cmtypes.h.

Member Data Documentation

◆ CallContext

PVOID _REG_ENUMERATE_KEY_INFORMATION::CallContext

Definition at line 748 of file cmtypes.h.

◆ Index

ULONG _REG_ENUMERATE_KEY_INFORMATION::Index

Definition at line 743 of file cmtypes.h.

Referenced by NtEnumerateKey().

◆ KeyInformation

PVOID _REG_ENUMERATE_KEY_INFORMATION::KeyInformation

Definition at line 745 of file cmtypes.h.

◆ KeyInformationClass

KEY_INFORMATION_CLASS _REG_ENUMERATE_KEY_INFORMATION::KeyInformationClass

Definition at line 744 of file cmtypes.h.

Referenced by NtEnumerateKey().

◆ Length

ULONG _REG_ENUMERATE_KEY_INFORMATION::Length

Definition at line 746 of file cmtypes.h.

Referenced by NtEnumerateKey().

◆ Object

PVOID _REG_ENUMERATE_KEY_INFORMATION::Object

Definition at line 742 of file cmtypes.h.

Referenced by NtEnumerateKey().

◆ ObjectContext

PVOID _REG_ENUMERATE_KEY_INFORMATION::ObjectContext

Definition at line 749 of file cmtypes.h.

◆ Reserved

PVOID _REG_ENUMERATE_KEY_INFORMATION::Reserved

Definition at line 750 of file cmtypes.h.

◆ ResultLength

PULONG _REG_ENUMERATE_KEY_INFORMATION::ResultLength

Definition at line 747 of file cmtypes.h.

Referenced by NtEnumerateKey().


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