Table of Contents

Method HiWord

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HiWord(IntPtr)

Retrieves the high-order word from the given value.

public static short HiWord(IntPtr value)

Parameters

value nint

Specifies the value to be converted.

Returns

short

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