ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / LOWORD Method / LOWORD(IntPtr) Method

In This Topic
    LOWORD(IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function LOWORD( _
       ByVal ip As System.IntPtr _
    ) As System.Integer
    public static System.int LOWORD( 
       System.IntPtr ip
    )

    Parameters

    ip
    See Also