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


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

    Parameters

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