IUIAutomation::CreateProxyFactoryEntry 메서드(uiautomationclient.h)

프록시 팩터리 개체의 새 instance 만듭니다.

구문

HRESULT CreateProxyFactoryEntry(
  [in]          IUIAutomationProxyFactory      *factory,
  [out, retval] IUIAutomationProxyFactoryEntry **factoryEntry
);

매개 변수

[in] factory

형식: IUIAutomationProxyFactory*

프록시 팩터리 개체에 대한 포인터입니다.

[out, retval] factoryEntry

형식: IUIAutomationProxyFactoryEntry**

프록시 팩터리 개체의 새로 만든 instance 대한 포인터를 받습니다.

반환 값

형식: HRESULT

메서드가 성공하면 S_OK를 반환하고, 그러지 않으면 HRESULT 오류 코드를 반환합니다.

설명

IUIAutomationProxyFactoryMapping 인터페이스를 사용하여 사용 가능한 프록시 테이블에 프록시 팩터리를 입력합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 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 포함)

추가 정보

IUIAutomation