TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / HIWORDU Method
The value to be converted.

In This Topic
    HIWORDU Method
    In This Topic
    Retrieves the high-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 HIWORDU( _
       ByVal value As IntPtr _
    ) As Integer
    public static int HIWORDU( 
       IntPtr value
    )

    Parameters

    value
    The value to be converted.

    Return Value

    The return value is the high-order word of the specified value.
    Remarks
    WM_HSCROLL WM_VSCROLL - current position of the scroll box
    See Also