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