Partager via


MÉTHODE IDWriteFontDownloadListener ::D ownloadCompleted (dwrite_3.h)

La méthode DownloadCompleted est rappelée sur un thread arbitraire lorsqu’un
l’opération de téléchargement se termine.

Syntaxe

void DownloadCompleted(
  [in]           IDWriteFontDownloadQueue *downloadQueue,
  [in, optional] IUnknown                 *context,
                 HRESULT                  downloadResult
);

Paramètres

[in] downloadQueue

Type : IDWriteFontDownloadQueue*

Pointeur vers l’interface de file d’attente de téléchargement sur laquelle
La méthode BeginDownload a été appelée.

[in, optional] context

Type : IUnknown*

Objet de contexte facultatif qui a été passé à BeginDownload.
AddRef est appelé sur l’objet de contexte par BeginDownload et Release est appelé
après le retour de la méthode DownloadCompleted.

downloadResult

Type : HRESULT

Résultat de l’opération de téléchargement.

Valeur de retour

None

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2008 R2, Windows Server 2008 avec SP2 et Platform Update pour Windows Server 2008 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête dwrite_3.h
Bibliothèque Dwrite.lib
DLL Dwrite.dll

Voir aussi

IDWriteFontDownloadListener