CF_FS_METADATA structure (cfapi.h)

Placeholder file or directory metadata.

Syntax

typedef struct CF_FS_METADATA {
  FILE_BASIC_INFO BasicInfo;
  LARGE_INTEGER   FileSize;
} CF_FS_METADATA;

Members

BasicInfo

Basic file information.

FileSize

The size of the file, in bytes.

Requirements

   
Minimum supported client Windows 10, version 1709 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header cfapi.h