[]
        
(Showing Draft Content)

C1.Util.Win.Win32.LOWORD

LOWORD Method

LOWORD(IntPtr)

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

LOWORD(int)

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