Searched defs:MAKEDWORD (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/automation/inc/automation/ | ||
H A D | commdefines.hxx | 36 #define MAKEDWORD(wl, wh) ((comm_DWORD)((wl) & 0xFFFF) | (((comm_DWORD)(wh) & 0xFFFF) << 16)) macro |
Completed in 6 milliseconds