wiard 0.8.1

Window handling library for Windows in Rust
Documentation
1
2
3
4
5
use windows::Win32::UI::WindowsAndMessaging::WM_APP;

pub(crate) const WM_APP_POST_TASK: u32 = WM_APP;
pub(crate) const WM_APP_NOTIFY_ICON: u32 = WM_APP + 1;
pub(crate) const OFFSET_WM_APP: u32 = WM_APP + 2;