IBackgroundCopyJob::GetNotifyInterface メソッド

IBackgroundCopyCallback インターフェイスの実装へのインターフェイス ポインターを取得します。

構文

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

パラメーター

ppNotifyInterface [out]

IBackgroundCopyCallback インターフェイスの実装へのインターフェイス ポインター。 完了したら、 ppNotifyInterface を解放します。

戻り値

このメソッドは、次の HRESULT 値と他の値を返します。

リターン コード 説明
S_OK
通知インターフェイス ポインターが正常に取得されました。

要件

要件
サポートされている最小のクライアント
Windows 10バージョン 1709 [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server バージョン 1709 [デスクトップ アプリのみ]
Header
Deliveryoptimization.h
IDL
DeliveryOptimization.idl
ライブラリ
Dosvc.lib
[DLL]
Dosvc.dll
IID
IID_IBackgroundCopyJobは 37668D37-507E-4160-9316-26306D150B12 として定義されています

こちらもご覧ください

IBackgroundCopyJob

IBackgroundCopyCallback

IBackgroundCopyJob::GetNotifyFlags

IBackgroundCopyJob::SetNotifyInterface