ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / LOWORDU Method
The value to be converted.

In This Topic
    LOWORDU Method (Win32)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Shared Function LOWORDU( _
       ByVal value As System.IntPtr _
    ) As System.Integer
    public static System.int LOWORDU( 
       System.IntPtr value
    )

    Parameters

    value
    The value to be converted.

    Return Value

    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
    See Also