Structure UiaFindParams (uiautomationcoreapi.h)
Note Cette structure est déconseillée.
Syntaxe
struct UiaFindParams {
int MaxDepth;
BOOL FindFirst;
BOOL ExcludeRoot;
struct UiaCondition *pFindCondition;
};
Membres
MaxDepth
Type : int
Profondeur maximale à laquelle rechercher les éléments correspondants dans l’arborescence.
FindFirst
Type : BOOL
TRUE pour renvoyer uniquement le premier élément correspondant ; FALSE pour retourner tous les éléments correspondants.
ExcludeRoot
Type : BOOL
TRUE pour exclure l’élément racine ; sinon , FALSE.
pFindCondition
Type : UiaCondition*
Pointeur vers une structure UiaCondition qui contient des informations sur une condition à laquelle les éléments retournés doivent correspondre.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | uiautomationcoreapi.h |