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