物理ディスクのディスク番号に関する情報を表します。
構文
typedef struct _CLUS_DISK_NUMBER_INFO {
DWORD DiskNumber;
DWORD BytesPerSector;
} CLUS_DISK_NUMBER_INFO, *PCLUS_DISK_NUMBER_INFO;
メンバー
DiskNumber
ディスクのディスク番号。
BytesPerSector
ディスク セクターのサイズ (バイト単位)。
要件
| 要件 | 値 |
|---|---|
| サポートされている最小のクライアント | サポートなし |
| サポートされている最小のサーバー | Windows Server 2008 R2 Datacenter、Windows Server 2008 R2 Enterprise |
| Header | clusapi.h |