Module winapi::um::winuser

source ·
Expand description

USER procedure declarations, constant definitions and macros

Re-exports

pub use self::GET_DEVICE_LPARAM as GET_MOUSEORKEY_LPARAM;
pub use shared::minwindef::LOWORD as GET_FLAGS_LPARAM;
pub use self::GET_FLAGS_LPARAM as GET_KEYSTATE_LPARAM;
pub use self::GetWindowLongA as GetWindowLongPtrA;
pub use self::GetWindowLongW as GetWindowLongPtrW;
pub use self::SetWindowLongA as SetWindowLongPtrA;
pub use self::SetWindowLongW as SetWindowLongPtrW;
pub use self::GetClassLongA as GetClassLongPtrA;
pub use self::GetClassLongW as GetClassLongPtrW;
pub use self::SetClassLongA as SetClassLongPtrA;
pub use self::SetClassLongW as SetClassLongPtrW;

Structs

Enums

Constants

Functions

Type Definitions