ReactOS 0.4.16-dev-1946-g52006dd
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 176 of file ntfs.h.

Member Data Documentation

◆ ClustersPerIndexBlock

UCHAR NTFS_INDEX_ROOT::ClustersPerIndexBlock

Definition at line 181 of file ntfs.h.

◆ CollationRule

ULONG NTFS_INDEX_ROOT::CollationRule

Definition at line 179 of file ntfs.h.

◆ IndexBlockSize

ULONG NTFS_INDEX_ROOT::IndexBlockSize

Definition at line 180 of file ntfs.h.

Referenced by NtfsFindMftRecord().

◆ IndexHeader

NTFS_INDEX_HEADER NTFS_INDEX_ROOT::IndexHeader

Definition at line 183 of file ntfs.h.

Referenced by NtfsFindMftRecord().

◆ Reserved

UCHAR NTFS_INDEX_ROOT::Reserved[3]

Definition at line 182 of file ntfs.h.

◆ Type

ULONG NTFS_INDEX_ROOT::Type

Definition at line 178 of file ntfs.h.


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