WsGetDictionary, fonction (webservices.h)
Récupère un objet Dictionnaire XML . Le dictionnaire récupéré est retourné par le paramètre de référence du dictionnaire .
Syntaxe
HRESULT WsGetDictionary(
[in] WS_ENCODING encoding,
WS_XML_DICTIONARY **dictionary,
[in, optional] WS_ERROR *error
);
Paramètres
[in] encoding
Indique une énumération de l’encodage dictionnaire.
dictionary
Référence à une structure WS_XML_DICTIONARY pour le dictionnaire récupéré.
[in, optional] error
Pointeur vers un objet WS_ERROR où des informations supplémentaires sur l’erreur doivent être stockées en cas d’échec de la fonction.
Valeur retournée
Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Client minimal pris en charge | Windows 7 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | webservices.h |
Bibliothèque | WebServices.lib |
DLL | WebServices.dll |