UtilsLib REALbasic Plugin

HiWord Method

To obtain most-significant 16 bits of 32-bit operand, use the HiWord function.

HiWord(
   value as Integer) as Integer

Parameters

value
2-bit source operand.

Returns

Integer

Remarks

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86

    See Also

    GlobalMethods Global