Méthode IWSDServiceProxy::UnsubscribeToOperation (wsdclient.h)
Annule un abonnement à un événement de notification ou de sollicitation/réponse.
Syntaxe
HRESULT UnsubscribeToOperation(
[in] const WSD_OPERATION *pOperation
);
Paramètres
[in] pOperation
Référence à une structure WSD_OPERATION qui spécifie l’opération souscrite.
Valeur retournée
Les valeurs de retour possibles incluent, sans s’y limiter, les éléments suivants :
Code de retour | Description |
---|---|
|
Méthode terminée avec succès. |
|
Le proxy n’est pas abonné à la notification spécifiée par pOperation. |
|
pOperation a la valeur NULL. |
Spécifications
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | wsdclient.h (inclure Wsdapi.h) |
DLL | Wsdapi.dll |