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

#include <file.h>

Collaboration diagram for _OFC_WIN32_FILE_ATTRIBUTE_DATA:

Data Fields

OFC_DWORD dwFileAttributes
 
OFC_FILETIME ftCreateTime
 
OFC_FILETIME ftLastAccessTime
 
OFC_FILETIME ftLastWriteTime
 
OFC_DWORD nFileSizeHigh
 
OFC_DWORD nFileSizeLow
 

Detailed Description

Contains information about the file that is found by OfcFindFirstFile, OfcFindFirstFileEx or OfcFindNextFile

Examples
test_file.c.

Field Documentation

◆ dwFileAttributes

OFC_DWORD _OFC_WIN32_FILE_ATTRIBUTE_DATA::dwFileAttributes

The attributes of the file

Examples
test_file.c.

◆ ftCreateTime

OFC_FILETIME _OFC_WIN32_FILE_ATTRIBUTE_DATA::ftCreateTime

The create time of the file

Examples
test_file.c.

◆ ftLastAccessTime

OFC_FILETIME _OFC_WIN32_FILE_ATTRIBUTE_DATA::ftLastAccessTime

The time the file was last accessed

Examples
test_file.c.

◆ ftLastWriteTime

OFC_FILETIME _OFC_WIN32_FILE_ATTRIBUTE_DATA::ftLastWriteTime

The time the file was last written

Examples
test_file.c.

◆ nFileSizeHigh

OFC_DWORD _OFC_WIN32_FILE_ATTRIBUTE_DATA::nFileSizeHigh

The upper Dword value of the file size

Examples
test_file.c.

◆ nFileSizeLow

OFC_DWORD _OFC_WIN32_FILE_ATTRIBUTE_DATA::nFileSizeLow

The low order value of the file size

Examples
test_file.c.

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