Share via


ILegacyIAccessibleProvider::ChildId Property

Retrieves the child identifier of this element.

Syntax

HRESULT ILegacyIAccessibleProvider::get_ChildId(int *pRetVal);

Parameters

  • pRetVal
    The address of a variable that receives the child ID, or CHILDID_SELF if this is not a child element.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

ILegacyIAccessibleProvider