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


In This Topic
    GetClassName Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetClassName( _
       ByVal hwnd As System.IntPtr, _
       ByVal sb As System.Text.StringBuilder, _
       ByVal maxCount As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim hwnd As System.IntPtr
    Dim sb As System.Text.StringBuilder
    Dim maxCount As System.Integer
    Dim value As System.Integer
     
    value = NUser32.GetClassName(hwnd, sb, maxCount)
    public static System.int GetClassName( 
       System.IntPtr hwnd,
       System.Text.StringBuilder sb,
       System.int maxCount
    )

    Parameters

    hwnd
    sb
    maxCount
    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