#include <file.h>

Contains information about the file that is found by OfcFindFirstFile, OfcFindFirstFileEx or OfcFindNextFile
| OFC_TCHAR _OFC_WIN32_FIND_DATAW::cAlternateFileName[14] |
The 8.3 name of the file
| OFC_TCHAR _OFC_WIN32_FIND_DATAW::cFileName[OFC_MAX_PATH] |
The name of the file
| OFC_DWORD _OFC_WIN32_FIND_DATAW::dwFileAttributes |
The attributes of the file
| OFC_DWORD _OFC_WIN32_FIND_DATAW::dwReserved0 |
Unused
| OFC_DWORD _OFC_WIN32_FIND_DATAW::dwReserved1 |
Unused
| OFC_LARGE_INTEGER _OFC_WIN32_FIND_DATAW::FileId |
| OFC_FILETIME _OFC_WIN32_FIND_DATAW::ftCreateTime |
The create time of the file
| OFC_FILETIME _OFC_WIN32_FIND_DATAW::ftLastAccessTime |
The time the file was last accessed
| OFC_FILETIME _OFC_WIN32_FIND_DATAW::ftLastWriteTime |
The time the file was last written
| OFC_DWORD _OFC_WIN32_FIND_DATAW::nFileSizeHigh |
The upper Dword value of the file size
| OFC_DWORD _OFC_WIN32_FIND_DATAW::nFileSizeLow |
The low order value of the file size