windows-win 3.0.0

Some windows hacking library with utilities to find windows and access them
Documentation
1
2
3
4
//! UI-related APIs

pub mod msg_box;
pub use self::msg_box::{MessageBox, MsgBoxResult};