Public Function HIWORD( _ ByVal vValue As Long _ ) As Integer
HIWORD(131073) = 2 HIWORD(65538) = 1 HIWORD(2147418112) = 32767 HIWORD(-2147418112) = -32767See also:
LOWORD Function HIBYTE Function HIDWORD Function CoerceTwoIntegersToLong Function MakeLong Function CoerceToInteger FunctionNote: Use the CoerceTwoIntegersToLong function to reconstruct a Long from two Integer values.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.