Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_WIN32_FIND_DATAA Struct Reference

#include <sysutils.h>

Data Fields

DWORD dwFileAttributes
 The file attributes of a file.
FILETIME ftCreationTime
 A FILETIME structure that specifies when a file or directory was created.
FILETIME ftLastAccessTime
 A FILETIME structure that specifies when a file was last read from or written to.
FILETIME ftLastWriteTime
 A FILETIME structure that specifies when the file was last written to, truncated, or overwritten.
DWORD nFileSizeHigh
 The high-order DWORD value of the file size, in bytes.
DWORD nFileSizeLow
 The low-order DWORD value of the file size, in bytes.
DWORD dwReserved0
 If the dwFileAttributes member includes the faReparse attribute, this member specifies the reparse point tag.
DWORD dwReserved1
 Reserved for future use.
char cFileName [MAX_PATH]
 The name of the file.
char cAlternateFileName [14]
 An alternative name for the file (This name is in the 8.3 file name format).

Field Documentation

◆ dwFileAttributes

DWORD dwFileAttributes

The file attributes of a file.

◆ ftCreationTime

FILETIME ftCreationTime

A FILETIME structure that specifies when a file or directory was created.

◆ ftLastAccessTime

FILETIME ftLastAccessTime

A FILETIME structure that specifies when a file was last read from or written to.

◆ ftLastWriteTime

FILETIME ftLastWriteTime

A FILETIME structure that specifies when the file was last written to, truncated, or overwritten.

◆ nFileSizeHigh

DWORD nFileSizeHigh

The high-order DWORD value of the file size, in bytes.

◆ nFileSizeLow

DWORD nFileSizeLow

The low-order DWORD value of the file size, in bytes.

◆ dwReserved0

DWORD dwReserved0

If the dwFileAttributes member includes the faReparse attribute, this member specifies the reparse point tag.

◆ dwReserved1

DWORD dwReserved1

Reserved for future use.

◆ cFileName

char cFileName[MAX_PATH]

The name of the file.

◆ cAlternateFileName

char cAlternateFileName[14]

An alternative name for the file (This name is in the 8.3 file name format).


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