Ejemplo n.º 1
0
        public static string GetWindowClassReal(IntPtr hWnd)
        {
            StringBuilder sb = new StringBuilder(255);

            WindowAction.RealGetWindowClass(hWnd, sb, 255);
            return(sb.ToString());
        }