Open Files 5.3.0
Multi-Platform Event-Driven Application Framework
_OFC_FILE_DIR_INFO Struct Reference

#include <file.h>

Data Fields

OFC_DWORD NextEntryOffset
 
OFC_DWORD FileIndex
 
OFC_LARGE_INTEGER CreationTime
 
OFC_LARGE_INTEGER LastAccessTime
 
OFC_LARGE_INTEGER LastWriteTime
 
OFC_LARGE_INTEGER ChangeTime
 
OFC_LARGE_INTEGER EndOfFile
 

Detailed Description

Contains Information about files in a specified directory

Field Documentation

◆ ChangeTime

OFC_LARGE_INTEGER _OFC_FILE_DIR_INFO::ChangeTime

The time that the file was last changed

◆ CreationTime

OFC_LARGE_INTEGER _OFC_FILE_DIR_INFO::CreationTime

The time that the file was created

◆ EndOfFile

OFC_LARGE_INTEGER _OFC_FILE_DIR_INFO::EndOfFile

The absolute end of file position.

◆ FileIndex

OFC_DWORD _OFC_FILE_DIR_INFO::FileIndex

The byte offset of the file within the parent directory

◆ LastAccessTime

OFC_LARGE_INTEGER _OFC_FILE_DIR_INFO::LastAccessTime

The time that the file was last accessed

◆ LastWriteTime

OFC_LARGE_INTEGER _OFC_FILE_DIR_INFO::LastWriteTime

The time that the file was last written to

◆ NextEntryOffset

OFC_DWORD _OFC_FILE_DIR_INFO::NextEntryOffset

The offset for the next FILE_ID_BOTH_DIR_INFO structure in the buffer


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