LOWORD
Function : Data Manipulation
LOWORD - Returns the low-order WORD of a DWORD.
#include <global.h>
WORD LOWORD(
DWORD dataword);
A machine independent macro that returns the low-order WORD of a DWORD.
Parameters : Input : dataword - Machine independent value of which low-order WORD is to be returned.
Output : (routine) - Returns low-order WORD of DWORD.