IUIAutomation::CreateProxyFactoryEntry メソッド (uiautomationclient.h)
プロキシ ファクトリ オブジェクトの新しいインスタンスを作成します。
構文
HRESULT CreateProxyFactoryEntry(
[in] IUIAutomationProxyFactory *factory,
[out, retval] IUIAutomationProxyFactoryEntry **factoryEntry
);
パラメーター
[in] factory
種類: IUIAutomationProxyFactory*
プロキシ ファクトリ オブジェクトへのポインター。
[out, retval] factoryEntry
種類: IUIAutomationProxyFactoryEntry**
プロキシ ファクトリ オブジェクトの新しく作成されたインスタンスへのポインターを受け取ります。
戻り値
種類: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
注釈
IUIAutomationProxyFactoryMapping インターフェイスを使用して、使用可能なプロキシのテーブルにプロキシ ファクトリを入力します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7、Windows Vista SP2 と Windows Vista 用プラットフォーム更新プログラム、SP3 を使用した Windows XP、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 を含む) |