IBackgroundCopyJob::GetNotifyInterface 方法 (bits.h)

擷取 IBackgroundCopyCallback 介面實作的介面指標。

語法

HRESULT GetNotifyInterface(
  [out] IUnknown **pVal
);

參數

[out] pVal

IBackgroundCopyCallback 介面實作的介面指標。 完成後,請釋放 ppNotifyInterface

傳回值

這個方法會傳回下列 HRESULT 值,以及其他值。

傳回碼 Description
S_OK
已成功擷取通知介面指標。
E_INVALIDARG
必須傳遞 ppNotifyInterface 介面指標的位址。

規格需求

需求
最低支援的用戶端 Windows XP
最低支援的伺服器 Windows Server 2003
目標平台 Windows
標頭 bits.h
程式庫 Bits.lib
Dll QmgrPrxy.dll

另請參閱

IBackgroundCopyCallback

IBackgroundCopyJob::GetNotifyFlags

IBackgroundCopyJob::SetNotifyInterface