Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |