WPARAM

Type Alias WPARAM 

Source
pub type WPARAM = u64;
Expand description

Windows message parameter (platform-dependent size).

Trait Implementations§

Source§

impl From<WParam> for WPARAM

Source§

fn from(wparam: WParam) -> Self

Converts to this type from the input type.