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

#include <file.h>

Data Fields

OFC_LARGE_INTEGER AllocationSize
 
OFC_LARGE_INTEGER EndOfFile
 
OFC_DWORD NumberOfLinks
 
OFC_BOOL DeletePending
 
OFC_BOOL Directory
 

Detailed Description

Extended Information for a file

Examples
test_file.c.

Field Documentation

◆ AllocationSize

OFC_LARGE_INTEGER _OFC_FILE_STANDARD_INFO::AllocationSize

The amount of space that is allocated for the file

◆ DeletePending

OFC_BOOL _OFC_FILE_STANDARD_INFO::DeletePending

OFC_TRUE if the file is being deleted

◆ Directory

OFC_BOOL _OFC_FILE_STANDARD_INFO::Directory

OFC_TRUE if the file is a directory

◆ EndOfFile

OFC_LARGE_INTEGER _OFC_FILE_STANDARD_INFO::EndOfFile

The end of the file

Examples
test_file.c.

◆ NumberOfLinks

OFC_DWORD _OFC_FILE_STANDARD_INFO::NumberOfLinks

The number of links to the file


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