Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Placeholder file or directory metadata, which can include all timestamps, file attributes and file size (optional for directories).
Syntax
typedef struct CF_FS_METADATA {
FILE_BASIC_INFO BasicInfo;
LARGE_INTEGER FileSize;
} CF_FS_METADATA;
Members
BasicInfo
Basic file information in a FILE_BASIC_INFO structure.
FileSize
The size of the file, in bytes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | cfapi.h |