Unicode Controls & Classes for VB6 - Version 4

clsCommonWrapper.HiWord Function

Returns the higher word (16 bit) of a long value

Syntax
Public Function HiWord (ByRef InVal As Long) As Integer
Parameters
Parameter Description
ByRef InVal As Long The long value to split
Remarks