ReactOS 0.4.15-dev-7953-g1f49173
RegPidlEntry Struct Reference

#include <ntobjenum.h>

Collaboration diagram for RegPidlEntry:

Public Attributes

USHORT cb
 
USHORT magic
 
REG_ENTRY_TYPE entryType
 
USHORT entryNameLength
 
union {
   struct {
      DWORD   contentType
 
      USHORT   contentsLength
 
   } 
 
   HKEY   rootKey
 
}; 
 
WCHAR entryName [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 60 of file ntobjenum.h.

Member Data Documentation

◆ 

union { ... } RegPidlEntry::@315

◆ cb

USHORT RegPidlEntry::cb

Definition at line 62 of file ntobjenum.h.

Referenced by CRegistryFolder::CompareIDs().

◆ contentsLength

USHORT RegPidlEntry::contentsLength

Definition at line 74 of file ntobjenum.h.

Referenced by CRegistryFolder::CompareIDs().

◆ contentType

DWORD RegPidlEntry::contentType

Definition at line 73 of file ntobjenum.h.

◆ entryName

WCHAR RegPidlEntry::entryName[ANYSIZE_ARRAY]

Definition at line 80 of file ntobjenum.h.

◆ entryNameLength

USHORT RegPidlEntry::entryNameLength

Definition at line 67 of file ntobjenum.h.

Referenced by CRegistryFolder::CompareIDs().

◆ entryType

REG_ENTRY_TYPE RegPidlEntry::entryType

Definition at line 65 of file ntobjenum.h.

Referenced by CRegistryFolder::CompareIDs().

◆ magic

USHORT RegPidlEntry::magic

Definition at line 63 of file ntobjenum.h.

◆ rootKey

HKEY RegPidlEntry::rootKey

Definition at line 77 of file ntobjenum.h.


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