|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 2606 of file winternl.h.
| LARGE_INTEGER _KEY_CACHED_INFORMATION::LastWriteTime |
Definition at line 2608 of file winternl.h.
| ULONG _KEY_CACHED_INFORMATION::MaxNameLen |
Definition at line 2611 of file winternl.h.
Referenced by test_NtQueryKey().
| ULONG _KEY_CACHED_INFORMATION::MaxValueDataLen |
Definition at line 2614 of file winternl.h.
Referenced by test_NtQueryKey().
| ULONG _KEY_CACHED_INFORMATION::MaxValueNameLen |
Definition at line 2613 of file winternl.h.
Referenced by test_NtQueryKey().
| ULONG _KEY_CACHED_INFORMATION::NameLength |
Definition at line 2615 of file winternl.h.
Referenced by test_NtQueryKey().
| ULONG _KEY_CACHED_INFORMATION::SubKeys |
Definition at line 2610 of file winternl.h.
Referenced by test_NtQueryKey().
| ULONG _KEY_CACHED_INFORMATION::TitleIndex |
Definition at line 2609 of file winternl.h.
| ULONG _KEY_CACHED_INFORMATION::Values |
Definition at line 2612 of file winternl.h.
Referenced by test_NtQueryKey().