UiaStructureChangedEventArgs 結構 (uiautomationcoreapi.h)
注意 此結構已被取代。
語法
struct UiaStructureChangedEventArgs {
EventArgsType Type;
int EventId;
StructureChangeType StructureChangeType;
int *pRuntimeId;
int cRuntimeIdLen;
};
成員
Type
類型: EventArgsType
EventArgsType 列舉型別的值,指出事件的類型。
EventId
類型: int
事件的標識碼。 如需事件標識碼的清單,請參閱 事件標識碼。
StructureChangeType
StructureChangeType 列舉型別的值,指出已發生的變更類型。
pRuntimeId
類型: int*
變更中涉及之專案的運行時間標識碼數位位址。
cRuntimeIdLen
類型: int
陣列中的項目計數。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
標頭 | uiautomationcoreapi.h |