#include <file.h>

Data Fields | |
| OFC_DWORD | dwFileAttributes |
| OFC_FILETIME | ftCreateTime |
| OFC_FILETIME | ftLastAccessTime |
| OFC_FILETIME | ftLastWriteTime |
| OFC_DWORD | nFileSizeHigh |
| OFC_DWORD | nFileSizeLow |
Contains information about the file that is found by OfcFindFirstFile, OfcFindFirstFileEx or OfcFindNextFile
| OFC_DWORD _OFC_WIN32_FILE_ATTRIBUTE_DATA::dwFileAttributes |
The attributes of the file
| OFC_FILETIME _OFC_WIN32_FILE_ATTRIBUTE_DATA::ftCreateTime |
The create time of the file
| OFC_FILETIME _OFC_WIN32_FILE_ATTRIBUTE_DATA::ftLastAccessTime |
The time the file was last accessed
| OFC_FILETIME _OFC_WIN32_FILE_ATTRIBUTE_DATA::ftLastWriteTime |
The time the file was last written
| OFC_DWORD _OFC_WIN32_FILE_ATTRIBUTE_DATA::nFileSizeHigh |
The upper Dword value of the file size
| OFC_DWORD _OFC_WIN32_FILE_ATTRIBUTE_DATA::nFileSizeLow |
The low order value of the file size