Fonction UiaGetReservedMixedAttributeValue (uiautomationcoreapi.h)
Récupère une valeur réservée indiquant que la valeur d’un attribut de texte Microsoft UI Automation varie dans une plage de texte.
Syntaxe
HRESULT UiaGetReservedMixedAttributeValue(
[out] IUnknown **punkMixedAttributeValue
);
Paramètres
[out] punkMixedAttributeValue
Type : IUnknown**
Reçoit une valeur réservée spécifiant qu’un attribut varie sur une plage de texte. Ce paramètre est passé sans être initialisé.
Valeur retournée
Type : HRESULT
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 XP [applications de bureau | applications UWP] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau | applications UWP] |
Plateforme cible | Windows |
En-tête | uiautomationcoreapi.h |
Bibliothèque | Uiautomationcore.lib |
DLL | Uiautomationcore.dll |