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