hiword
ACTION: return bits 16..31 of an integer expression
USE: masking out integer bits 0..15
EXAMPLE:
wh=hiword(wParam)

RELATED: loword