Partager via


Méthode IWSDServiceProxy ::BeginGetMetadata (wsdclient.h)

Lance une demande d’échange de métadonnées asynchrone avec le service distant.

Syntaxe

HRESULT BeginGetMetadata(
  [out] IWSDAsyncResult **ppResult
);

Paramètres

[out] ppResult

Interface IWSDAsyncResult que vous utilisez pour interroger le résultat, inscrire un objet de rappel ou configurer un événement à signaler lors de la réception de la réponse.

Valeur retournée

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
ppResult a la valeur NULL.
E_ABORT
La méthode n’a pas pu être terminée.
E_OUTOFMEMORY
Mémoire insuffisante pour terminer l’opération.
E_FAIL
La méthode a échoué.

Remarques

Appelez IWSDServiceProxy ::EndGetMetadata pour terminer l’opération asynchrone et récupérer les métadonnées.

Configuration requise

Condition requise Valeur
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

IWSDServiceProxy