IUIAutomationNotCondition::GetChild Method

Retrieves the condition of which this condition is the negative.

Syntax

HRESULT GetChild(      
    IUIAutomationCondition **condition
);

Parameters

  • condition
    [out, retval] The address of a variable that receives a pointer to the IUIAutomationCondition interface of the condition.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The returned condition is the one that was used in creating this condition.

See Also

IUIAutomation::CreateNotCondition