Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FILE_STORAGE_TIER_REGION structure (winioctl.h)

Describes a single storage tier region.

Syntax

typedef struct _FILE_STORAGE_TIER_REGION {
 GUID TierId;
 DWORDLONG Offset;
 DWORDLONG Length;
} FILE_STORAGE_TIER_REGION, *PFILE_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.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012 R2
Header winioctl.h

Feedback

Was this page helpful?

Additional resources