ReactOS 0.4.15-dev-7924-g5949c20
_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 1189 of file winternl.h.

Member Data Documentation

◆ LastWriteTime

LARGE_INTEGER _KEY_CACHED_INFORMATION::LastWriteTime

Definition at line 1191 of file winternl.h.

◆ MaxNameLen

ULONG _KEY_CACHED_INFORMATION::MaxNameLen

Definition at line 1194 of file winternl.h.

Referenced by test_NtQueryKey().

◆ MaxValueDataLen

ULONG _KEY_CACHED_INFORMATION::MaxValueDataLen

Definition at line 1197 of file winternl.h.

Referenced by test_NtQueryKey().

◆ MaxValueNameLen

ULONG _KEY_CACHED_INFORMATION::MaxValueNameLen

Definition at line 1196 of file winternl.h.

Referenced by test_NtQueryKey().

◆ NameLength

ULONG _KEY_CACHED_INFORMATION::NameLength

Definition at line 1198 of file winternl.h.

Referenced by test_NtQueryKey().

◆ SubKeys

ULONG _KEY_CACHED_INFORMATION::SubKeys

Definition at line 1193 of file winternl.h.

Referenced by test_NtQueryKey().

◆ TitleIndex

ULONG _KEY_CACHED_INFORMATION::TitleIndex

Definition at line 1192 of file winternl.h.

◆ Values

ULONG _KEY_CACHED_INFORMATION::Values

Definition at line 1195 of file winternl.h.

Referenced by test_NtQueryKey().


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