UiaLookupId 関数 (uiautomationcoreapi.h)
メモ この関数は非推奨です。 クライアント アプリケーションでは、代わりに Microsoft UI オートメーション コンポーネント オブジェクト モデル (COM) インターフェイスを使用する必要があります。
構文
int UiaLookupId(
[in] AutomationIdentifierType type,
[in] const GUID *pGuid
);
パラメーター
[in] type
参照する識別子の種類を指定する AutomationIdentifierType 列挙型の値。
[in] pGuid
型: GUID*
プロパティ、パターン、コントロールの種類、テキスト属性、またはイベントの一意識別子のアドレス。
戻り値
型: int
整数識別子を返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
対象プラットフォーム | Windows |
ヘッダー | uiautomationcoreapi.h |
Library | Uiautomationcore.lib |
[DLL] | Uiautomationcore.dll |
関連項目
概念