IBackgroundCopyError::GetFile 方法 (bits.h)

检索指向与错误关联的文件对象的接口指针。

语法

HRESULT GetFile(
  [out] IBackgroundCopyFile **pVal
);

参数

[out] pVal

IBackgroundCopyFile 接口指针,用于确定与错误关联的本地和远程文件名的方法。 如果错误未与本地或远程文件关联, 则 ppFile 参数设置为 NULL 。 完成后,释放 ppFile

返回值

此方法返回以下 HRESULT 值。

返回代码 说明
S_OK
已成功检索到指向文件对象的接口指针。
BG_E_FILE_NOT_AVAILABLE
错误未与本地或远程文件关联。 ppFile 参数设置为 NULL

要求

要求
最低受支持的客户端 Windows XP
最低受支持的服务器 Windows Server 2003
目标平台 Windows
标头 bits.h
Library Bits.lib
DLL QmgrPrxy.dll

另请参阅

IBackgroundCopyError::GetError

IBackgroundCopyError::GetErrorContextDescription

IBackgroundCopyError::GetErrorDescription