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


GetClassName Method
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)

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