summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/UI/UIAutomation/mod.rs
blob: 0d564c5d14e6d74c20d2dffa0443a867041a728c (plain)
1
2
3
4
5
6
#[cfg(feature = "UI_UIAutomation_Core")]
pub mod Core;
pub type AutomationConnection = *mut ::core::ffi::c_void;
pub type AutomationConnectionBoundObject = *mut ::core::ffi::c_void;
pub type AutomationElement = *mut ::core::ffi::c_void;
pub type AutomationTextRange = *mut ::core::ffi::c_void;