[]
        
(Showing Draft Content)

C1.Util.Win.Win32.HIWORD

HIWORD Method

HIWORD(IntPtr)

Declaration
[Obsolete("Use method GET_Y_LPARAM, HIWORDU if want to unsigned value")]
public static int HIWORD(IntPtr ip)
<Obsolete("Use method GET_Y_LPARAM, HIWORDU if want to unsigned value")>
Public Shared Function HIWORD(ip As IntPtr) As Integer
Parameters
Type Name Description
IntPtr ip
Returns
Type Description
int

HIWORD(int)

Declaration
public static int HIWORD(int n)
Public Shared Function HIWORD(n As Integer) As Integer
Parameters
Type Name Description
int n
Returns
Type Description
int