Click or drag to resize

Win32GetClassName Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.GetClassName(System.IntPtr,System.Char[],System.Int32)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static int GetClassName(
	IntPtr hwnd,
	char[] className,
	int maxCount
)

Parameters

hwnd
Type: SystemIntPtr

[Missing <param name="hwnd"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.GetClassName(System.IntPtr,System.Char[],System.Int32)"]

className
Type: SystemChar

[Missing <param name="className"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.GetClassName(System.IntPtr,System.Char[],System.Int32)"]

maxCount
Type: SystemInt32

[Missing <param name="maxCount"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.GetClassName(System.IntPtr,System.Char[],System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.Win32.GetClassName(System.IntPtr,System.Char[],System.Int32)"]

See Also