TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SetWindowLongPtr Method

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

    Parameters

    hWnd
    nIndex
    dwNewLong
    See Also