BYTE HIBYTE(nInteger)
This macro retrieves the high-order byte from the integer value specified by the nInteger parameter.
Parameter | Type/Description |
nInteger | int Specifies the value to be converted. |
The return value specifies the high-order byte of the given value.