Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.39 KB

nf-uiautomationcoreapi-textrange_getchildren.md

File metadata and controls

75 lines (61 loc) · 2.39 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uiautomationcoreapi.TextRange_GetChildren
TextRange_GetChildren function (uiautomationcoreapi.h)
Returns all UI Automation elements contained within the specified text range.
TextRange_GetChildren
TextRange_GetChildren function [Windows Accessibility]
uiauto.uiauto_TextRange_GetChildrenConPat
uiauto_TextRange_GetChildrenConPat
uiautomationcoreapi/TextRange_GetChildren
winauto.uiauto_TextRange_GetChildrenConPat
winauto\uiauto_TextRange_GetChildrenConPat.htm
WinAuto
b8ee94c3-3da2-4f66-ba75-64bc4d40543b
12/05/2018
TextRange_GetChildren, TextRange_GetChildren function [Windows Accessibility], uiauto.uiauto_TextRange_GetChildrenConPat, uiauto_TextRange_GetChildrenConPat, uiautomationcoreapi/TextRange_GetChildren, winauto.uiauto_TextRange_GetChildrenConPat
uiautomationcoreapi.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Uiautomationcore.lib
Uiautomationcore.dll
Windows
19H1
TextRange_GetChildren
uiautomationcoreapi/TextRange_GetChildren
c++
APIRef
kbSyntax
DllExport
Uiautomationcore.dll
TextRange_GetChildren

TextRange_GetChildren function

-description

Note  This function is deprecated. Client applications should use the Microsoft UI Automation Component Object Model (COM) interfaces instead.
 
Returns all UI Automation elements contained within the specified text range.

-parameters

-param hobj [in]

Type: HUIATEXTRANGE

A text range object.

-param pRetVal [out]

Type: SAFEARRAY**

When this function returns, contains an array of nodes that are children of the text range in the UI Automation tree. This parameter is passed uninitialized.

-returns

Type: HRESULT

Returns S_OK if successful or an error value otherwise.