UIAutomationEventInfo 構造体 (uiautomationcore.h)
カスタム イベントに関する情報が含まれます。
構文
struct UIAutomationEventInfo {
GUID guid;
LPCWSTR pProgrammaticName;
};
メンバー
guid
種類: GUID
イベント識別子。
pProgrammaticName
種類: LPCWSTR
イベントのプログラム名 (ローカライズできない文字列)。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7、Windows Vista SP2 と Windows Vista 用プラットフォーム更新プログラム、WINDOWS XP SP3 および Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム、Windows Server 2003 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
Header | uiautomationcore.h (UIAutomation.h を含む) |