Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 3.69 KB

nf-uiautomationcore-iaccessibleex-getobjectforchild.md

File metadata and controls

83 lines (64 loc) · 3.69 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:uiautomationcore.IAccessibleEx.GetObjectForChild
IAccessibleEx::GetObjectForChild (uiautomationcore.h)
Retrieves an IAccessibleEx interface representing the specified child of this element.
GetObjectForChild
GetObjectForChild method [Windows Accessibility]
GetObjectForChild method [Windows Accessibility]
IAccessibleEx interface
IAccessibleEx interface [Windows Accessibility]
GetObjectForChild method
IAccessibleEx.GetObjectForChild
IAccessibleEx::GetObjectForChild
uiauto.uiauto_IAccessibleEx_GetObjectForChild
uiauto_IAccessibleEx_GetObjectForChild
uiautomationcore/IAccessibleEx::GetObjectForChild
winauto.uiauto_IAccessibleEx_GetObjectForChild
winauto\uiauto_IAccessibleEx_GetObjectForChild.htm
WinAuto
fbb279cc-2224-437e-875b-d08df175edf1
12/05/2018
GetObjectForChild, GetObjectForChild method [Windows Accessibility], GetObjectForChild method [Windows Accessibility],IAccessibleEx interface, IAccessibleEx interface [Windows Accessibility],GetObjectForChild method, IAccessibleEx.GetObjectForChild, IAccessibleEx::GetObjectForChild, uiauto.uiauto_IAccessibleEx_GetObjectForChild, uiauto_IAccessibleEx_GetObjectForChild, uiautomationcore/IAccessibleEx::GetObjectForChild, winauto.uiauto_IAccessibleEx_GetObjectForChild
uiautomationcore.h
UIAutomation.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
UIAutomationCore.idl
Windows
19H1
IAccessibleEx::GetObjectForChild
uiautomationcore/IAccessibleEx::GetObjectForChild
c++
APIRef
kbSyntax
COM
UIAutomationCore.h
IAccessibleEx.GetObjectForChild

IAccessibleEx::GetObjectForChild

-description

Retrieves an IAccessibleEx interface representing the specified child of this element.

-parameters

-param idChild [in]

Type: long

The identifier of the child element.

-param pRetVal [out]

Type: IAccessibleEx**

Receives a pointer to the IAccessibleEx interface.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

pRetVal returns NULL if this implementation does not use child IDs, or cannot provide an IAccessibleEx interface for the specified child, or itself represents a child element.

idChild must represent an actual MSAA child element, not an object that has its own IAccessible interface.

-see-also

IAccessibleEx