StorPortGetGroupAffinity 函式 (storport.h)
StorPortGetGroupAffinity 例程會建構要求群組中作用中處理器的遮罩。
語法
ULONG StorPortGetGroupAffinity(
[in] PVOID HwDeviceExtension,
[in] USHORT GroupNumber,
[out] PKAFFINITY GroupAffinityMask
);
參數
[in] HwDeviceExtension
主機總線適配卡的硬體裝置擴充功能指標, (HBA) 。
[in] GroupNumber
要從中傳回處理器遮罩的群組。
[out] GroupAffinityMask
保留指定群組之相似性遮罩之變數的指標。
傳回值
StorPortGetGroupAffinity 例程會傳回下列其中一個狀態代碼:
傳回碼 | Description |
---|---|
|
此函式不會在作用中的操作系統上實作。 |
|
作業成功。 |
|
如果一或多個參數無效,則作業會失敗並傳回值,例如 ,如果 GroupAffinityMask 設定為 NULL。 |
|
如果一或多個參數無效,則作業會失敗,例如 ,如果 GroupNumber 設定為大於使用中群組計數的值,則作業會失敗。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 適用於 Windows 7 和更新版本的 Windows 作業系統。 |
目標平台 | Universal |
標頭 | storport.h (包含 Storport.h) |
IRQL | <=DISPATCH_LEVEL |
DDI 合規性規則 | StorPortIrql (storport) |