ReactOS 0.4.16-dev-122-g325d74c
|
#include <nt_native.h>
Public Attributes | |
ULONG | TitleIndex |
ULONG | Type |
ULONG | NameLength |
WCHAR | Name [1] |
Definition at line 1148 of file nt_native.h.
WCHAR _KEY_VALUE_BASIC_INFORMATION::Name |
Definition at line 1152 of file nt_native.h.
Referenced by registry_mark_volume_unmounted_path(), SearchForLegacyDrivers(), and test_NtQueryValueKey().
ULONG _KEY_VALUE_BASIC_INFORMATION::NameLength |
Definition at line 1151 of file nt_native.h.
Referenced by registry_mark_volume_unmounted_path(), SearchForLegacyDrivers(), and test_NtQueryValueKey().
ULONG _KEY_VALUE_BASIC_INFORMATION::TitleIndex |
Definition at line 1149 of file nt_native.h.
Referenced by test_NtQueryValueKey().
ULONG _KEY_VALUE_BASIC_INFORMATION::Type |
Definition at line 1150 of file nt_native.h.
Referenced by test_NtQueryValueKey().