Open Files 5.3.0
Multi-Platform Event-Driven Application Framework
_OFC_FILE_FULL_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
 
OFC_LARGE_INTEGER AllocationSize
 
OFC_DWORD FileAttributes
 
OFC_DWORD FileNameLength
 
OFC_DWORD EaSize
 

Detailed Description

Contains Information about files in a specified directory

Field Documentation

◆ AllocationSize

OFC_LARGE_INTEGER _OFC_FILE_FULL_DIR_INFO::AllocationSize

The number of bytes allocated for the file

◆ ChangeTime

OFC_LARGE_INTEGER _OFC_FILE_FULL_DIR_INFO::ChangeTime

The time that the file was last changed

◆ CreationTime

OFC_LARGE_INTEGER _OFC_FILE_FULL_DIR_INFO::CreationTime

The time that the file was created

◆ EaSize

OFC_DWORD _OFC_FILE_FULL_DIR_INFO::EaSize

The size of the extended attributes for the file

◆ EndOfFile

OFC_LARGE_INTEGER _OFC_FILE_FULL_DIR_INFO::EndOfFile

The absolute end of file position.

◆ FileAttributes

OFC_DWORD _OFC_FILE_FULL_DIR_INFO::FileAttributes

The file attributes

◆ FileIndex

OFC_DWORD _OFC_FILE_FULL_DIR_INFO::FileIndex

The byte offset of the file within the parent directory

◆ FileNameLength

OFC_DWORD _OFC_FILE_FULL_DIR_INFO::FileNameLength

The length of the file name

◆ LastAccessTime

OFC_LARGE_INTEGER _OFC_FILE_FULL_DIR_INFO::LastAccessTime

The time that the file was last accessed

◆ LastWriteTime

OFC_LARGE_INTEGER _OFC_FILE_FULL_DIR_INFO::LastWriteTime

The time that the file was last written to

◆ NextEntryOffset

OFC_DWORD _OFC_FILE_FULL_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: