![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#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). | |
| DWORD dwFileAttributes |
The file attributes of a file.
| 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 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).