IBackgroundCopyJob::GetPriority 方法 (bits.h)
擷取作業的優先順序層級。 優先順序層級會決定作業的處理時間,相對於傳輸佇列中的其他作業。
語法
HRESULT GetPriority(
[out] BG_JOB_PRIORITY *pVal
);
參數
[out] pVal
相對於傳輸佇列中其他作業的作業優先順序。
傳回值
這個方法會傳回下列 HRESULT 值,以及其他值。
傳回碼 | Description |
---|---|
|
已成功擷取優先順序層級。 |
|
pPriority 參數不可為 NULL。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP |
最低支援的伺服器 | Windows Server 2003 |
目標平台 | Windows |
標頭 | bits.h |
程式庫 | Bits.lib |
Dll | QmgrPrxy.dll |