ReactOS 0.4.16-dev-838-g27bb510
|
#include <ntobjenum.h>
Public Attributes | |
USHORT | cb |
USHORT | magic |
REG_ENTRY_TYPE | entryType |
USHORT | entryNameLength |
union { | |
struct { | |
DWORD contentType | |
USHORT contentsLength | |
} | |
HKEY rootKey | |
}; | |
WCHAR | entryName [ANYSIZE_ARRAY] |
Definition at line 60 of file ntobjenum.h.
union { ... } RegPidlEntry::@328 |
USHORT RegPidlEntry::cb |
Definition at line 62 of file ntobjenum.h.
Referenced by CRegistryFolder::CompareIDs().
USHORT RegPidlEntry::contentsLength |
Definition at line 74 of file ntobjenum.h.
Referenced by CRegistryFolder::CompareIDs().
DWORD RegPidlEntry::contentType |
Definition at line 73 of file ntobjenum.h.
WCHAR RegPidlEntry::entryName[ANYSIZE_ARRAY] |
Definition at line 80 of file ntobjenum.h.
USHORT RegPidlEntry::entryNameLength |
Definition at line 67 of file ntobjenum.h.
Referenced by CRegistryFolder::CompareIDs().
REG_ENTRY_TYPE RegPidlEntry::entryType |
Definition at line 65 of file ntobjenum.h.
Referenced by CRegistryFolder::CompareIDs().
USHORT RegPidlEntry::magic |
Definition at line 63 of file ntobjenum.h.
HKEY RegPidlEntry::rootKey |
Definition at line 77 of file ntobjenum.h.