Table of Contents

Method HiWord

Namespace
Alternet.Common
Assembly
Alternet.Common.Winforms.v10.dll

HiWord(IntPtr)

Retrieves the high-order word from the given value.

public static short HiWord(IntPtr value)

Parameters

value IntPtr

Specifies the value to be converted.

Returns

short

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