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
Library Bits.lib
DLL QmgrPrxy.dll

另请参阅

IBackgroundCopyError::GetErrorContextDescription

IBackgroundCopyError::GetErrorDescription

IBackgroundCopyError::GetFile