Share via


IUIAutomationOrCondition::GetChildrenAsNativeArray Method

Retrieves the conditions that make up this condition, as an ordinary array.

Syntax

HRESULT GetChildrenAsNativeArray(      
    IUIAutomationCondition ***childArray,
    int *childArrayCount
);

Parameters

  • childArray
    [out] The address of a variable that receives a pointer to an array of IUIAutomationCondition interface pointers.
  • childArrayCount
    [out] The address of a variable that receives the number of elements in the array.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IUIAutomationOrCondition::GetChildren