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

#include <file.h>

Collaboration diagram for _OFC_WIN32_FIND_DATAA:

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_CHAR cFileName [OFC_MAX_PATH]
 
OFC_CHAR cAlternateFileName [14]
 

Field Documentation

◆ cAlternateFileName

OFC_CHAR _OFC_WIN32_FIND_DATAA::cAlternateFileName[14]

The 8.3 name of the file

◆ cFileName

OFC_CHAR _OFC_WIN32_FIND_DATAA::cFileName[OFC_MAX_PATH]

The name of the file

◆ dwFileAttributes

OFC_DWORD _OFC_WIN32_FIND_DATAA::dwFileAttributes

The attributes of the file

◆ dwReserved0

OFC_DWORD _OFC_WIN32_FIND_DATAA::dwReserved0

Unused

◆ dwReserved1

OFC_DWORD _OFC_WIN32_FIND_DATAA::dwReserved1

Unused

◆ ftCreateTime

OFC_FILETIME _OFC_WIN32_FIND_DATAA::ftCreateTime

The create time of the file

◆ ftLastAccessTime

OFC_FILETIME _OFC_WIN32_FIND_DATAA::ftLastAccessTime

The time the file was last accessed

◆ ftLastWriteTime

OFC_FILETIME _OFC_WIN32_FIND_DATAA::ftLastWriteTime

The time the file was last written

◆ nFileSizeHigh

OFC_DWORD _OFC_WIN32_FIND_DATAA::nFileSizeHigh

The upper Dword value of the file size

◆ nFileSizeLow

OFC_DWORD _OFC_WIN32_FIND_DATAA::nFileSizeLow

The low order value of the file size


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