ReactOS 0.4.16-dev-1946-g52006dd
_ISO_FILE_INFO Struct Reference

#include <iso.h>

Public Attributes

ULONG FileStart
 
ULONG FileSize
 
ULONG FilePointer
 
ULONG DriveNumber
 
ULONG FileNameLength
 
UCHAR Attributes
 
CHAR FileName [RTL_FIELD_SIZE(FILEINFORMATION, FileName)]
 

Detailed Description

Definition at line 97 of file iso.h.

Member Data Documentation

◆ Attributes

UCHAR _ISO_FILE_INFO::Attributes

Definition at line 105 of file iso.h.

Referenced by IsoLookupFile(), and IsoSearchDirectoryBufferForFile().

◆ DriveNumber

ULONG _ISO_FILE_INFO::DriveNumber

Definition at line 103 of file iso.h.

◆ FileName

CHAR _ISO_FILE_INFO::FileName[RTL_FIELD_SIZE(FILEINFORMATION, FileName)]

Definition at line 106 of file iso.h.

Referenced by IsoLookupFile().

◆ FileNameLength

ULONG _ISO_FILE_INFO::FileNameLength

Definition at line 104 of file iso.h.

Referenced by IsoLookupFile().

◆ FilePointer

ULONG _ISO_FILE_INFO::FilePointer

Definition at line 102 of file iso.h.

Referenced by IsoSearchDirectoryBufferForFile().

◆ FileSize

ULONG _ISO_FILE_INFO::FileSize

Definition at line 101 of file iso.h.

Referenced by IsoLookupFile(), and IsoSearchDirectoryBufferForFile().

◆ FileStart

ULONG _ISO_FILE_INFO::FileStart

Definition at line 100 of file iso.h.

Referenced by IsoLookupFile(), and IsoSearchDirectoryBufferForFile().


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