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

#include <file.h>

Collaboration diagram for _OFC_WIN32_FIND_DATAW:

Data Fields

OFC_DWORD dwFileAttributes
 
OFC_FILETIME ftCreateTime
 
OFC_FILETIME ftLastAccessTime
 
OFC_FILETIME ftLastWriteTime
 
OFC_DWORD nFileSizeHigh
 
OFC_DWORD nFileSizeLow
 
OFC_DWORD dwReserved0
 
OFC_DWORD dwReserved1
 
OFC_TCHAR cFileName [OFC_MAX_PATH]
 
OFC_TCHAR cAlternateFileName [14]
 
OFC_LARGE_INTEGER FileId
 

Detailed Description

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

Field Documentation

◆ cAlternateFileName

OFC_TCHAR _OFC_WIN32_FIND_DATAW::cAlternateFileName[14]

The 8.3 name of the file

◆ cFileName

OFC_TCHAR _OFC_WIN32_FIND_DATAW::cFileName[OFC_MAX_PATH]

The name of the file

◆ dwFileAttributes

OFC_DWORD _OFC_WIN32_FIND_DATAW::dwFileAttributes

The attributes of the file

◆ dwReserved0

OFC_DWORD _OFC_WIN32_FIND_DATAW::dwReserved0

Unused

◆ dwReserved1

OFC_DWORD _OFC_WIN32_FIND_DATAW::dwReserved1

Unused

◆ FileId

OFC_LARGE_INTEGER _OFC_WIN32_FIND_DATAW::FileId

◆ ftCreateTime

OFC_FILETIME _OFC_WIN32_FIND_DATAW::ftCreateTime

The create time of the file

◆ ftLastAccessTime

OFC_FILETIME _OFC_WIN32_FIND_DATAW::ftLastAccessTime

The time the file was last accessed

◆ ftLastWriteTime

OFC_FILETIME _OFC_WIN32_FIND_DATAW::ftLastWriteTime

The time the file was last written

◆ nFileSizeHigh

OFC_DWORD _OFC_WIN32_FIND_DATAW::nFileSizeHigh

The upper Dword value of the file size

◆ nFileSizeLow

OFC_DWORD _OFC_WIN32_FIND_DATAW::nFileSizeLow

The low order value of the file size


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