IBackgroundCopyJob::GetNotifyInterface-Methode

Ruft den Schnittstellenzeiger auf Ihre Implementierung der IBackgroundCopyCallback-Schnittstelle ab.

Syntax

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

Parameter

ppNotifyInterface [out]

Schnittstellenzeiger auf Ihre Implementierung der IBackgroundCopyCallback-Schnittstelle . Wenn Sie fertig sind, geben Sie ppNotifyInterface frei.

Rückgabewert

Diese Methode gibt die folgenden HRESULT-Werte sowie andere zurück.

Rückgabecode Beschreibung
S_OK
Der Benachrichtigungsschnittstellenzeiger wurde erfolgreich abgerufen.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client)
Windows 10, Version 1709 [nur Desktop-Apps]
Unterstützte Mindestversion (Server)
Windows Server, Version 1709 [nur Desktop-Apps]
Header
Deliveryoptimization.h
IDL
DeliveryOptimization.idl
Bibliothek
Dosvc.lib
DLL
Dosvc.dll
IID
IID_IBackgroundCopyJob ist definiert als 37668D37-507E-4160-9316-26306D150B12

Siehe auch

IBackgroundCopyJob

IBackgroundCopyCallback

IBackgroundCopyJob::GetNotifyFlags

IBackgroundCopyJob::SetNotifyInterface