Unicode Controls & Classes for VB6 - Version 4
clsCommonWrapper
.LoWord Function
Returns the low word (16 bit) of a long value
Syntax
Public Function LoWord (ByRef
InVal
As Long) As Integer
Parameters
Parameter
Description
ByRef
InVal
As Long
The long value to split
Remarks