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