Méthode IBackgroundCopyJob::GetNotifyInterface
Récupère le pointeur d’interface vers votre implémentation de l’interface IBackgroundCopyCallback .
Syntaxe
HRESULT GetNotifyInterface(
[out] IUnknown **ppNotifyInterface
);
Paramètres
-
ppNotifyInterface [out]
-
Pointeur d’interface vers votre implémentation de l’interface IBackgroundCopyCallback . Lorsque vous avez terminé, relâchez ppNotifyInterface.
Valeur retournée
Cette méthode retourne les valeurs HRESULT suivantes, ainsi que d’autres.
Code de retour | Description |
---|---|
|
Le pointeur de l’interface de notification a été récupéré avec succès. |
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Windows 10, version 1709 [applications de bureau uniquement] |
Serveur minimal pris en charge |
Windows Server, version 1709 [applications de bureau uniquement] |
En-tête |
|
IDL |
|
Bibliothèque |
|
DLL |
|
IID |
IID_IBackgroundCopyJob est défini comme 37668D37-507E-4160-9316-26306D150B12 |