__LO
#define __LO(x) ((unsigned *)&x)[LOWORD]
#define __LO(x) ((int *) &x)[LOWORD]
#define __LO(x) ((unsigned *) &x)[LOWORD]