IBackgroundCopyError::GetError 方法 (bits.h)
擷取錯誤碼,並識別發生錯誤的內容。
語法
HRESULT GetError(
[out] BG_ERROR_CONTEXT *pContext,
[out] HRESULT *pCode
);
參數
[out] pContext
發生錯誤的內容。 如需內容值的清單,請參閱 BG_ERROR_CONTEXT 列舉。
[out] pCode
發生之錯誤的錯誤碼。
傳回值
此方法會在成功時傳回 S_OK ,或發生錯誤的其中一個標準 COM HRESULT 值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP |
最低支援的伺服器 | Windows Server 2003 |
目標平台 | Windows |
標頭 | bits.h |
程式庫 | Bits.lib |
Dll | QmgrPrxy.dll |
另請參閱
IBackgroundCopyError::GetErrorContextDescription