Searched defs:LODWORD (Results 1 – 3 of 3) sorted by relevance
20 #define LODWORD(_qw) ((u32)(_qw)) macro
34 #define LODWORD(x) ((DWORD)((DWORDLONG)(x))) macro
35 #define LODWORD(q) ((q).u.dwLowDword) macro