UiaFindParams Structure

Note  This structure is deprecated.

Contains parameters used in the UiaFind function.

Syntax

typedef struct {
    int MaxDepth;
    BOOL FindFirst;
    BOOL ExcludeRoot;
    UiaCondition *pFindCondition;
} UiaFindParams;

Members

  • MaxDepth
    The maximum depth to which to search the tree for matching elements.
  • FindFirst
    TRUE to return only the first matching element; FALSE to return all matching elements.
  • ExcludeRoot
    TRUE to exclude the root element; otherwise FALSE.
  • pFindCondition
    Pointer to a UiaCondition structure that contains information about a condition that returned elements must match.

Structure Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP