GetClassName
[DllImport("coredll.dll", SetLastError = true, CharSet = CharSet.Unicode)]
public static extern int GetClassName(
IntPtr hWnd,
StringBuilder lpClassName,
int nMaxCount
);
Microsoft documentation: Link
Last updated
[DllImport("coredll.dll", SetLastError = true, CharSet = CharSet.Unicode)]
public static extern int GetClassName(
IntPtr hWnd,
StringBuilder lpClassName,
int nMaxCount
);
Microsoft documentation: Link
Last updated