CF_FS_METADATA structure (cfapi.h)

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

See also

FILE_BASIC_INFO