ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / SetWindowLongPtr64 Method

In This Topic
    SetWindowLongPtr64 Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function SetWindowLongPtr64( _
       ByVal hWnd As System.IntPtr, _
       ByVal nIndex As System.Integer, _
       ByVal dwNewLong As System.IntPtr _
    ) As System.IntPtr
    public static System.IntPtr SetWindowLongPtr64( 
       System.IntPtr hWnd,
       System.int nIndex,
       System.IntPtr dwNewLong
    )

    Parameters

    hWnd
    nIndex
    dwNewLong
    See Also