WS_RESET_CHANNEL_CALLBACK fonction de rappel (webservices.h)
Gère l’appel WsResetChannel pour un WS_CUSTOM_CHANNEL_BINDING.
Syntaxe
WS_RESET_CHANNEL_CALLBACK WsResetChannelCallback;
HRESULT WsResetChannelCallback(
[in] void *channelInstance,
[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] error
Spécifie l’emplacement où des informations d’erreur supplémentaires doivent être stockées en cas d’échec de la fonction.
Valeur retournée
Code de retour | Description |
---|---|
|
Le canal était dans un état inapproprié. |
Remarques
Pour plus d’informations sur le contrat de cette API, consultez WsResetChannel .
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 |