Method HiWord
HiWord(IntPtr)
Retrieves the high-order word from the given value.
public static short HiWord(IntPtr value)
Parameters
value
nintSpecifies the value to be converted.
Returns
- short
The return value is the high-order word of the specified value.