LRESULT struct LRESULT : IEquatable<LRESULT> Documentation Code public ushort HIWORD { get; } public ushort LOWORD { get; } public short SIGNEDHIWORD { get; } public short SIGNEDLOWORD { get; } public static LRESULT MAKELONG(int low, int high) public static bool op_Equality(LRESULT left, LRESULT right) public static int op_Explicit(LRESULT value) public static uint op_Explicit(LRESULT value) public static UIntPtr op_Explicit(LRESULT value) public static char op_Explicit(LRESULT value) public static HWND op_Explicit(LRESULT value) public static HFONT op_Explicit(LRESULT value) public static HICON op_Explicit(LRESULT value) public static BOOL op_Explicit(LRESULT value) public static LRESULT op_Explicit(BOOL value) public static LRESULT op_Explicit(IntPtr value) public static IntPtr op_Implicit(LRESULT value) public static bool op_Inequality(LRESULT left, LRESULT right) public bool Equals(LRESULT other)