ReactOS 0.4.15-dev-7907-g95bf896
NTFS_INDEX_ENTRY Struct Reference

#include <ntfs.h>

Collaboration diagram for NTFS_INDEX_ENTRY:

Public Attributes

union {
   struct {
      ULONGLONG   IndexedFile
 
   }   Directory
 
   struct {
      USHORT   DataOffset
 
      USHORT   DataLength
 
      ULONG   Reserved
 
   }   ViewIndex
 
Data
 
USHORT Length
 
USHORT KeyLength
 
USHORT Flags
 
USHORT Reserved
 
NTFS_FILE_NAME_ATTR FileName
 

Detailed Description

Definition at line 207 of file ntfs.h.

Member Data Documentation

◆ 

union { ... } NTFS_INDEX_ENTRY::Data

Referenced by NtfsFindMftRecord().

◆ DataLength

USHORT NTFS_INDEX_ENTRY::DataLength

Definition at line 218 of file ntfs.h.

◆ DataOffset

USHORT NTFS_INDEX_ENTRY::DataOffset

Definition at line 217 of file ntfs.h.

◆ 

struct { ... } NTFS_INDEX_ENTRY::Directory

Referenced by NtfsFindMftRecord().

◆ FileName

NTFS_FILE_NAME_ATTR NTFS_INDEX_ENTRY::FileName

Definition at line 226 of file ntfs.h.

Referenced by NtfsCompareFileName().

◆ Flags

USHORT NTFS_INDEX_ENTRY::Flags

Definition at line 224 of file ntfs.h.

Referenced by NtfsFindMftRecord().

◆ IndexedFile

ULONGLONG NTFS_INDEX_ENTRY::IndexedFile

Definition at line 213 of file ntfs.h.

◆ KeyLength

USHORT NTFS_INDEX_ENTRY::KeyLength

Definition at line 223 of file ntfs.h.

◆ Length

USHORT NTFS_INDEX_ENTRY::Length

Definition at line 222 of file ntfs.h.

Referenced by NtfsFindMftRecord().

◆ Reserved [1/2]

ULONG NTFS_INDEX_ENTRY::Reserved

Definition at line 219 of file ntfs.h.

◆ Reserved [2/2]

USHORT NTFS_INDEX_ENTRY::Reserved

Definition at line 225 of file ntfs.h.

◆ 

struct { ... } NTFS_INDEX_ENTRY::ViewIndex

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