macro_rules! MAKELPARAM {
($loword:expr, $hiword:expr $(,)?) => { ... };
}Expand description
G.16 MAKELPARAM
returns a value of type LPARAM with the specified high-order and low-order WORD values
macro_rules! MAKELPARAM {
($loword:expr, $hiword:expr $(,)?) => { ... };
}G.16 MAKELPARAM
returns a value of type LPARAM with the specified high-order and low-order WORD values