Get the higher word from a
System.IntPtr value.
'Declaration
Public Overloads Shared Function HighWord( _
ByVal As IntPtr _
) As Short
public static short HighWord(
IntPtr
)
Parameters
- intValue
- An unint indicates the System.IntPtr value.
Return Value
Returns the higher word as result.