TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / LOWORD Method / LOWORD(IntPtr) Method

In This Topic
    LOWORD(IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use method GET_X_LPARAM, LOWORDU if want to unsigned value")>
    Public Overloads Shared Function LOWORD( _
       ByVal ip As IntPtr _
    ) As Integer
    [Obsolete("Use method GET_X_LPARAM, LOWORDU if want to unsigned value")]
    public static int LOWORD( 
       IntPtr ip
    )

    Parameters

    ip
    See Also