'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