Partager via


Méthode IWSDAsyncResult::GetEndpointProxy (wsdclient.h)

Récupère le proxy de point de terminaison pour l’opération asynchrone.

Syntaxe

HRESULT GetEndpointProxy(
  [out] IWSDEndpointProxy **ppEndpoint
);

Paramètres

[out] ppEndpoint

Interface IWSDEndpointProxy qui implémente un proxy de point de terminaison.

Valeur retournée

Cette méthode peut retourner l’une de ces valeurs.

Les valeurs de retour possibles incluent, sans s’y limiter, les éléments suivants.

Code de retour Description
S_OK
Méthode terminée avec succès.
E_POINTER
ppEndpoint 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

Voir aussi

IWSDAsyncResult