ReactOS 0.4.16-dev-1946-g52006dd
_KEY_CACHED_INFORMATION Struct Reference

#include <winternl.h>

Collaboration diagram for _KEY_CACHED_INFORMATION:

Public Attributes

LARGE_INTEGER LastWriteTime
 
ULONG TitleIndex
 
ULONG SubKeys
 
ULONG MaxNameLen
 
ULONG Values
 
ULONG MaxValueNameLen
 
ULONG MaxValueDataLen
 
ULONG NameLength
 

Detailed Description

Definition at line 2606 of file winternl.h.

Member Data Documentation

◆ LastWriteTime

LARGE_INTEGER _KEY_CACHED_INFORMATION::LastWriteTime

Definition at line 2608 of file winternl.h.

◆ MaxNameLen

ULONG _KEY_CACHED_INFORMATION::MaxNameLen

Definition at line 2611 of file winternl.h.

Referenced by test_NtQueryKey().

◆ MaxValueDataLen

ULONG _KEY_CACHED_INFORMATION::MaxValueDataLen

Definition at line 2614 of file winternl.h.

Referenced by test_NtQueryKey().

◆ MaxValueNameLen

ULONG _KEY_CACHED_INFORMATION::MaxValueNameLen

Definition at line 2613 of file winternl.h.

Referenced by test_NtQueryKey().

◆ NameLength

ULONG _KEY_CACHED_INFORMATION::NameLength

Definition at line 2615 of file winternl.h.

Referenced by test_NtQueryKey().

◆ SubKeys

ULONG _KEY_CACHED_INFORMATION::SubKeys

Definition at line 2610 of file winternl.h.

Referenced by test_NtQueryKey().

◆ TitleIndex

ULONG _KEY_CACHED_INFORMATION::TitleIndex

Definition at line 2609 of file winternl.h.

◆ Values

ULONG _KEY_CACHED_INFORMATION::Values

Definition at line 2612 of file winternl.h.

Referenced by test_NtQueryKey().


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