ComponentOne CalendarView for WinForms
C1.Framework Namespace / NumberTranslator Class / LowWord Method / LowWord(IntPtr) Method
An unint indicates the System.IntPtr value.

In This Topic
    LowWord(IntPtr) Method
    In This Topic
    Get the higher word from a System.IntPtr value.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function LowWord( _
       ByVal intValue As IntPtr _
    ) As Short
    public static short LowWord( 
       IntPtr intValue
    )

    Parameters

    intValue
    An unint indicates the System.IntPtr value.

    Return Value

    Returns the higher word as result.
    See Also