LPARAM

Type Alias LPARAM 

Source
pub type LPARAM = i64;
Expand description

Windows message parameter (platform-dependent size).

Trait Implementations§

Source§

impl From<LParam> for LPARAM

Source§

fn from(lparam: LParam) -> Self

Converts to this type from the input type.