LegacyIAccessiblePattern_Select Function

Note  This function is deprecated. Client applications should use the Microsoft UI Automation COM interfaces instead.

Performs a Microsoft Active Accessibility selection.

Syntax

HRESULT LegacyIAccessiblePattern_Select(      
    HUIAPATTERNOBJECT hobj,
    long flagsSelect
);

Parameters

  • hobj
    [in] The control pattern object.
  • flagsSelect
    [in] Specifies which selection or focus operations are to be performed. This parameter must have a combination of the values from the SELFLAG enumerated type.

Return Value

Returns S_OK if successful or an error value otherwise.

Function Information

Stock Implementation uiautomationcore.dll
Custom Implementation No
Header uiautomationcoreapi.h
Import library uiautomationcore.lib
Minimum operating systems Windows 7