|
loword The loword function retrieves the low-order word from the given 32-bit value. VB4-32,5,6 Declare Function loword Lib "TLBINF32" (ByVal DWord As Long) As Integer |
Operating Systems Supported |
· dwValue Specifies the value to be converted. |
The return value is the low-order word of the specified value. |
|
|
|