|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <iso.h>
Public Attributes | |
| ULONG | FileStart |
| ULONG | FileSize |
| ULONG | FilePointer |
| ULONG | DriveNumber |
| ULONG | FileNameLength |
| UCHAR | Attributes |
| CHAR | FileName [RTL_FIELD_SIZE(FILEINFORMATION, FileName)] |
| UCHAR _ISO_FILE_INFO::Attributes |
Definition at line 105 of file iso.h.
Referenced by IsoLookupFile(), and IsoSearchDirectoryBufferForFile().
| CHAR _ISO_FILE_INFO::FileName[RTL_FIELD_SIZE(FILEINFORMATION, FileName)] |
Definition at line 106 of file iso.h.
Referenced by IsoLookupFile().
| ULONG _ISO_FILE_INFO::FileNameLength |
Definition at line 104 of file iso.h.
Referenced by IsoLookupFile().
| ULONG _ISO_FILE_INFO::FilePointer |
Definition at line 102 of file iso.h.
Referenced by IsoSearchDirectoryBufferForFile().
| ULONG _ISO_FILE_INFO::FileSize |
Definition at line 101 of file iso.h.
Referenced by IsoLookupFile(), and IsoSearchDirectoryBufferForFile().
| ULONG _ISO_FILE_INFO::FileStart |
Definition at line 100 of file iso.h.
Referenced by IsoLookupFile(), and IsoSearchDirectoryBufferForFile().