Partager via


IHttpContext3::P ostCompletion, méthode

Publie l’achèvement de l’opération asynchrone.

Syntaxe

virtual HRESULT PostCompletion(  
   DWORD                             cbBytes,  
   LPOVERLAPPED_COMPLETION_ROUTINE   pfnCompletionRoutine,  
   VOID *                            pvCompletionContext  
) = 0;  

Paramètres

cbBytes
[IN] Nombre d’octets terminés.

pfnCompletionRoutine
[IN] Pointe vers une fonction qui avertit l’hôte lorsqu’une opération qui se chevauche (c’est-à-dire asynchrone) est terminée.

pvCompletionContext
[IN] Pointeur de contexte pour le rappel de la routine d’achèvement.

Valeur renvoyée

Élément HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.

Valeur Description
S_OK Indique que l’opération a réussi.

Spécifications

Type Description
Client - IIS 7.0 sur Windows Vista
- IIS 7.5 sur Windows 7
- IIS 8.0 sur Windows 8
- IIS 10.0 sur Windows 10
Serveur - IIS 7.0 sur Windows Server 2008
- IIS 7.5 sur Windows Server 2008 R2
- IIS 8.0 sur Windows Server 2012
- IIS 8.5 sur Windows Server 2012 R2
- IIS 10.0 sur Windows Server 2016
Produit - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- IIS Express 7.5, IIS Express 8.0, IIS Express 10.0
En-tête Httpserv.h

Voir aussi

IHttpContext3, interface