Partager via


WS_SHUTDOWN_SESSION_CHANNEL_CALLBACK fonction de rappel (webservices.h)

Gère l’appel WsShutdownSessionChannel pour un WS_CUSTOM_CHANNEL_BINDING.

Syntaxe

WS_SHUTDOWN_SESSION_CHANNEL_CALLBACK WsShutdownSessionChannelCallback;

HRESULT WsShutdownSessionChannelCallback(
  [in]           void *channelInstance,
  [in, optional] const WS_ASYNC_CONTEXT *asyncContext,
  [in, optional] WS_ERROR *error
)
{...}

Paramètres

[in] channelInstance

Pointeur vers l’état spécifique à ce canal instance, tel que créé par le WS_CREATE_CHANNEL_CALLBACK.

[in, optional] asyncContext

Informations sur l’appel de la fonction de manière asynchrone ou NULL si l’appel est synchrone.

[in, optional] error

Spécifie l’emplacement où les informations d’erreur supplémentaires doivent être stockées en cas d’échec de la fonction.

Valeur retournée

Code de retour Description
WS_E_INVALID_OPERATION
Cette opération est retournée si le canal n’est pas à l’état WS_CHANNEL_STATE_OPEN .

Remarques

Pour plus d’informations sur le contrat de cette API, consultez WsShutdownSessionChannel .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 7 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 R2 [applications de bureau uniquement]
Plateforme cible Windows
En-tête webservices.h