IUIAutomation::CreateNotCondition 메서드(uiautomationclient.h)
지정된 조건의 음수인 조건을 만듭니다.
구문
HRESULT CreateNotCondition(
[in] IUIAutomationCondition *condition,
[out, retval] IUIAutomationCondition **newCondition
);
매개 변수
[in] condition
초기 조건에 대한 포인터입니다.
[out, retval] newCondition
형식: IUIAutomationCondition**
조건 매개 변수에 지정된 초기 조건의 음수에 대한 포인터를 받습니다.
반환 값
형식: HRESULT
메서드가 성공하면 S_OK를 반환하고, 그러지 않으면 HRESULT 오류 코드를 반환합니다.
설명
CreateNotCondition 메서드는 조건 포인터에서 AddRef를 호출합니다. 즉, CreateNotCondition을 호출한 후 CreateNotCondition에서 반환된 포인터를 무효화하지 않고 해당 포인터에서 Release를 호출할 수 있습니다. CreateNotCondition에서 반환된 포인터에서 Release를 호출하면 UI 자동화는 조건 포인터에서 Release를 호출합니다.
요구 사항
지원되는 최소 클라이언트 | Windows 7, WINDOWS Vista SP2 및 Windows Vista용 플랫폼 업데이트, WINDOWS XP SP3 및 Windows Vista용 플랫폼 업데이트 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 R2, Windows Server 2008 SP2 및 Windows Server 2008용 플랫폼 업데이트, Windows Server 2003 SP2 및 Windows Server 2008용 플랫폼 업데이트 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | uiautomationclient.h(UIAutomation.h 포함) |
추가 정보
참조