ReactOS 0.4.15-dev-7942-gd23573b
NTFS_INDEX_ROOT Struct Reference

#include <ntfs.h>

Collaboration diagram for NTFS_INDEX_ROOT:

Public Attributes

ULONG Type
 
ULONG CollationRule
 
ULONG IndexBlockSize
 
UCHAR ClustersPerIndexBlock
 
UCHAR Reserved [3]
 
NTFS_INDEX_HEADER IndexHeader
 

Detailed Description

Definition at line 168 of file ntfs.h.

Member Data Documentation

◆ ClustersPerIndexBlock

UCHAR NTFS_INDEX_ROOT::ClustersPerIndexBlock

Definition at line 173 of file ntfs.h.

◆ CollationRule

ULONG NTFS_INDEX_ROOT::CollationRule

Definition at line 171 of file ntfs.h.

◆ IndexBlockSize

ULONG NTFS_INDEX_ROOT::IndexBlockSize

Definition at line 172 of file ntfs.h.

Referenced by NtfsFindMftRecord().

◆ IndexHeader

NTFS_INDEX_HEADER NTFS_INDEX_ROOT::IndexHeader

Definition at line 175 of file ntfs.h.

Referenced by NtfsFindMftRecord().

◆ Reserved

UCHAR NTFS_INDEX_ROOT::Reserved[3]

Definition at line 174 of file ntfs.h.

◆ Type

ULONG NTFS_INDEX_ROOT::Type

Definition at line 170 of file ntfs.h.


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