ReactOS 0.4.16-dev-91-g764881a
|
#include <winternl.h>
Public Attributes | |
LARGE_INTEGER | LastWriteTime |
ULONG | TitleIndex |
ULONG | SubKeys |
ULONG | MaxNameLen |
ULONG | Values |
ULONG | MaxValueNameLen |
ULONG | MaxValueDataLen |
ULONG | NameLength |
Definition at line 1189 of file winternl.h.
LARGE_INTEGER _KEY_CACHED_INFORMATION::LastWriteTime |
Definition at line 1191 of file winternl.h.
ULONG _KEY_CACHED_INFORMATION::MaxNameLen |
Definition at line 1194 of file winternl.h.
Referenced by test_NtQueryKey().
ULONG _KEY_CACHED_INFORMATION::MaxValueDataLen |
Definition at line 1197 of file winternl.h.
Referenced by test_NtQueryKey().
ULONG _KEY_CACHED_INFORMATION::MaxValueNameLen |
Definition at line 1196 of file winternl.h.
Referenced by test_NtQueryKey().
ULONG _KEY_CACHED_INFORMATION::NameLength |
Definition at line 1198 of file winternl.h.
Referenced by test_NtQueryKey().
ULONG _KEY_CACHED_INFORMATION::SubKeys |
Definition at line 1193 of file winternl.h.
Referenced by test_NtQueryKey().
ULONG _KEY_CACHED_INFORMATION::TitleIndex |
Definition at line 1192 of file winternl.h.
ULONG _KEY_CACHED_INFORMATION::Values |
Definition at line 1195 of file winternl.h.
Referenced by test_NtQueryKey().