A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



hiword

The HIWORD macro retrieves the high-order word from the given 32-bit value.

VB4-32,5,6
Declare Function hiword Lib "TLBINF32" (ByVal DWord As Long) As Integer

Operating Systems Supported
Requires TLBINF32.dll

Library
Tlbinf32

Parameter Information
- dwValue
Specifies the value to be converted.

Return Values
The return value is the high-order word of the specified value.

Last update: 07 April 2006