Nevron.Interop.Win32 Namespace / NUser32 Class / SetWindowLong Method / SetWindowLong(IntPtr,Int32,WindowProc) Method


In This Topic
    SetWindowLong(IntPtr,Int32,WindowProc) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function SetWindowLong( _
       ByVal hwnd As System.IntPtr, _
       ByVal index As System.Integer, _
       ByVal wndProc As WindowProc _
    ) As System.IntPtr
    'Usage
     
    
    Dim hwnd As System.IntPtr
    Dim index As System.Integer
    Dim wndProc As WindowProc
    Dim value As System.IntPtr
     
    value = NUser32.SetWindowLong(hwnd, index, wndProc)
    public static System.IntPtr SetWindowLong( 
       System.IntPtr hwnd,
       System.int index,
       WindowProc wndProc
    )

    Parameters

    hwnd
    index
    wndProc
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also