ReactOS 0.4.15-dev-7942-gd23573b
_KEY_FULL_INFORMATION Struct Reference

#include <nt_native.h>

Collaboration diagram for _KEY_FULL_INFORMATION:

Public Attributes

LARGE_INTEGER LastWriteTime
 
ULONG TitleIndex
 
ULONG ClassOffset
 
ULONG ClassLength
 
ULONG SubKeys
 
ULONG MaxNameLen
 
ULONG MaxClassLen
 
ULONG Values
 
ULONG MaxValueNameLen
 
ULONG MaxValueDataLen
 
WCHAR Class [1]
 

Detailed Description

Definition at line 1116 of file nt_native.h.

Member Data Documentation

◆ Class

WCHAR _KEY_FULL_INFORMATION::Class

Definition at line 1127 of file nt_native.h.

Referenced by RegQueryInfoKeyW(), and Test_KeyFullInformation().

◆ ClassLength

ULONG _KEY_FULL_INFORMATION::ClassLength

◆ ClassOffset

ULONG _KEY_FULL_INFORMATION::ClassOffset

Definition at line 1119 of file nt_native.h.

Referenced by LsapRegQueryKeyInfo(), SampRegQueryKeyInfo(), and Test_KeyFullInformation().

◆ LastWriteTime

LARGE_INTEGER _KEY_FULL_INFORMATION::LastWriteTime

Definition at line 1117 of file nt_native.h.

Referenced by RegQueryInfoKeyW(), and Test_KeyFullInformation().

◆ MaxClassLen

ULONG _KEY_FULL_INFORMATION::MaxClassLen

Definition at line 1123 of file nt_native.h.

Referenced by RegQueryInfoKeyW(), and Test_KeyFullInformation().

◆ MaxNameLen

◆ MaxValueDataLen

ULONG _KEY_FULL_INFORMATION::MaxValueDataLen

Definition at line 1126 of file nt_native.h.

Referenced by RegQueryInfoKeyW(), and Test_KeyFullInformation().

◆ MaxValueNameLen

ULONG _KEY_FULL_INFORMATION::MaxValueNameLen

Definition at line 1125 of file nt_native.h.

Referenced by RegQueryInfoKeyW(), and Test_KeyFullInformation().

◆ SubKeys

◆ TitleIndex

ULONG _KEY_FULL_INFORMATION::TitleIndex

Definition at line 1118 of file nt_native.h.

Referenced by Test_KeyFullInformation().

◆ Values


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