FILE_STORAGE_TIER_REGION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winioctl.h

typedef struct _FILE_STORAGE_TIER_REGION {
  GUID      TierId;
  DWORDLONG Offset;
  DWORDLONG Length;
} FILE_STORAGE_TIER_REGION, *PFILE_STORAGE_TIER_REGION;
View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (ns-winioctl-file_storage_tier_region)

FILE_STORAGE_TIER_REGION structure

Description

Describes a single storage tier region.

Members

TierId

Tier ID.

Offset

Offset from the beginning of the volume of this region, in bytes.

Length

Length of region in bytes.