MAKELONG

Macro MAKELONG 

Source
macro_rules! MAKELONG {
    ($loword:expr, $hiword:expr $(,)?) => { ... };
}
Expand description

G.14 MAKELONG

returns a DWORD value with the specified high-order and low-order WORD values