[]
        
(Showing Draft Content)

C1.Util.Win.Win32.LOWORDU

LOWORDU Method

LOWORDU(nint)

Retrieves the low-order word from the specified value. This function handles the message parameters of window. See in MSDN which function used to process the message.

Declaration
public static int LOWORDU(nint value)
Parameters
Type Name Description
nint value

The value to be converted.

Returns
Type Description
int

The return value is the low-order word of the specified value.

Remarks

Use: WM_COMMAND, WM_SYSCOMMAND WM_SETCURSOR WM_ACTIVATE WM_MENUCHAR WM_HSCROLL WM_VSCROLL - SB_THUMBPOSITION or SB_THUMBTRACK