WS_FREE_CHANNEL_CALLBACK fonction de rappel (webservices.h)
Gère l’appel WsFreeChannel pour un WS_CUSTOM_CHANNEL_BINDING.
Syntaxe
WS_FREE_CHANNEL_CALLBACK WsFreeChannelCallback;
void WsFreeChannelCallback(
[in] void *channelInstance
)
{...}
Paramètres
[in] channelInstance
Pointeur vers l’état spécifique à ce canal instance, tel que créé par le WS_CREATE_CHANNEL_CALLBACK.
Le rappel doit libérer ce pointeur.
Valeur de retour
None
Remarques
Pour plus d’informations sur le contrat de cette API, consultez WsOpenChannel .
Configuration requise
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 |