IUIAutomationProxyFactory::CreateProvider 方法 (uiautomationclient.h)
建立 Proxy 物件,以提供 UI 元素的 Microsoft UI 自動化支援。
語法
HRESULT CreateProvider(
[in] UIA_HWND hwnd,
[in] LONG idObject,
[in] LONG idChild,
[out, retval] IRawElementProviderSimple **provider
);
參數
[in] hwnd
類型: UIA_HWND
UI 專案的視窗控制碼。
[in] idObject
類型: LONG
物件識別碼。 請參閱<備註>。
[in] idChild
類型: LONG
子識別碼。 請參閱<備註>。
[out, retval] provider
類型: IRawElementProviderSimple**
接收 Proxy 物件的指標。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
idObject參數通常是OBJID_CLIENT,而 idChild通常是CHILDID_SELF。 不過,當呼叫 方法以回應已註冊的 WinEvent 時,這些值來自 事件,並指定引發事件的子項目。
規格需求
最低支援的用戶端 | Windows 7、Windows Vista sp2 和 Platform Update for Windows Vista、Windows XP with SP3 和 Platform Update for Windows Vista [僅限桌面應用程式] |
最低支援的伺服器 | Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008、Windows Server 2003 SP2 和 Platform Update for Windows Server 2008 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | uiautomationclient.h (包含 UIAutomation.h) |