PFN_ASYNC_COMPLETION-Funktion
Definiert den Prototyp der asynchronen Vervollständigungsfunktion.
Syntax
typedef REQUEST_NOTIFICATION_STATUS(WINAPI* PFN_ASYNC_COMPLETION)(
IHttpContext3* pHttpContext,
IHttpCompletionInfo2* pCompletionInfo,
VOID* pvCompletionContext
);
Parameter
pHttpContext
Ein Zeiger auf eine IHttpContext3-Schnittstelle .
pCompletionInfo
Ein Zeiger auf eine IHttpCompletionInfo2-Schnittstelle .
pvCompletionCointext
Verweist auf die Vervollständigungskontextinformationen für den Vorgang.
Anforderungen
type | BESCHREIBUNG |
---|---|
Client | – IIS 7.0 unter Windows Vista – IIS 7.5 unter Windows 7 – IIS 8.0 unter Windows 8 – IIS 10.0 auf Windows 10 |
Server | – IIS 7.0 unter Windows Server 2008 – IIS 7.5 unter Windows Server 2008 R2 – IIS 8.0 unter Windows Server 2012 – IIS 8.5 unter Windows Server 2012 R2 – IIS 10.0 auf Windows Server 2016 |
Produkt | – 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 |
Header | Httpserv.h |