CLUS_DISK_NUMBER_INFO structure (clusapi.h)

Represents information about the disk number of a physical disk.

Syntax

typedef struct _CLUS_DISK_NUMBER_INFO {
  DWORD DiskNumber;
  DWORD BytesPerSector;
} CLUS_DISK_NUMBER_INFO, *PCLUS_DISK_NUMBER_INFO;

Members

DiskNumber

The disk number of the disk.

BytesPerSector

The size of the disk sectors, in bytes.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2 Datacenter, Windows Server 2008 R2 Enterprise
Header clusapi.h

See also

Data structures