macro WS_XML_STRING_DICTIONARY_VALUE (webservices.h)
Fournit un initialiseur pour une structure WS_XML_STRING lorsqu’un ID de dictionnaire est associé.
Syntaxe
void WS_XML_STRING_DICTIONARY_VALUE(
S,
D,
I
);
Paramètres
S
Chaîne de constante statique, encodée en UTF-8.
D
Dictionnaire de chaînes.
I
ID.
Valeur de retour
None
Remarques
Cet initialiseur suppose que la chaîne est une chaîne constante statique. Il doit être encodé en UTF-8.
Voici un exemple d’utilisation :
WS_XML_STRING myString = WS_XML_STRING_DICTIONARY_VALUE("MyString", myDictionary, 5);
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 |