|
hibyte The hibyte function retrieves the high-order byte from the given 16-bit value. VB4-32,5,6 Declare Function HiByte Lib "TLBINF32" Alias "hibyte" (ByVal Word As Integer) As Byte |
Operating Systems Supported |
· wValue Specifies the value to be converted. |
The return value is the high-order byte of the specified value. |
|
|
|