IUIAutomationOrCondition::GetChildren Method

Retrieves the conditions that make up this condition.

Syntax

HRESULT GetChildren(      
    SAFEARRAY *childArray[IUIAutomationCondition]
);

Parameters

  • childArray
    [out, retval] The address of a variable that receives a pointer to an allocated SAFEARRAY containing the child conditions.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IUIAutomationOrCondition::GetChildrenAsNativeArray, Working with Safe Arrays