macro WS_STRING_VALUE (webservices.h)
Initialise une structure WS_STRING en fonction d’une chaîne constante.
Syntaxe
void WS_STRING_VALUE(
S
);
Paramètres
S
Chaîne d’initialiseur.
Valeur de retour
None
Remarques
La chaîne d’initialiseur est supposée être terminée à zéro.
Exemples
Voici un exemple d’utilisation de la macro.
WS_STRING myString = WS_STRING_VALUE(L"MyString");
Configuration requise
Condition requise | Valeur |
---|---|
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 |