Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NUser32 Class / SetClassLong Method


In This Topic
    SetClassLong Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SetClassLong( _
       ByVal hWnd As System.IntPtr, _
       ByVal nIndex As System.Integer, _
       ByVal newLong As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim hWnd As System.IntPtr
    Dim nIndex As System.Integer
    Dim newLong As System.Integer
    Dim value As System.Integer
     
    value = NUser32.SetClassLong(hWnd, nIndex, newLong)
    public static System.int SetClassLong( 
       System.IntPtr hWnd,
       System.int nIndex,
       System.int newLong
    )

    Parameters

    hWnd
    nIndex
    newLong
    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