LOBYTE

  BYTE LOBYTE(wVal)    

This macro extracts the low-order byte from the short-integer value specified by the nInteger parameter.

Parameters

wVal

Specifies the value to be converted.

Return Value

The return value specifies the low-order byte of the value.

Comments

The LOBYTE macro is defined as:

#define LOBYTE(w) ((BYTE)(w))

See Also

LOWORD