SPPlatformFileInfoV3 Struct Reference
Platform-specific file metadata.
More...
#include <SPFilesV3.h>
List of all members.
Public Attributes |
| ai::uint32 | attributes |
| | File attribute flags (Windows); see Windows documentation.
|
| ai::uint32 | lowCreationTime |
| | Least-significant byte of the file creation date-time (Windows).
|
| ai::uint32 | highCreationTime |
| | Most-significant byte of the file creation date-time (Windows).
|
| ai::uint32 | lowModificationTime |
| | Least-significant byte of the file modification date-time (Windows).
|
| ai::uint32 | highModificationTime |
| | Most-significant byte of the file modification date-time (Windows).
|
| const char * | extension |
| | The file-name extension indicating the file type (Windows).
|
Detailed Description
Platform-specific file metadata.
Member Data Documentation
File attribute flags (Windows); see Windows documentation.
The file-name extension indicating the file type (Windows).
Most-significant byte of the file creation date-time (Windows).
Most-significant byte of the file modification date-time (Windows).
Least-significant byte of the file creation date-time (Windows).
Least-significant byte of the file modification date-time (Windows).
The documentation for this struct was generated from the following file: