internal static extern bool GetClassInfoEx(IntPtr instance, string lpszClassName, ref ExtendedWindowClass window_class);
internal static extern ushort RegisterClassEx(ref ExtendedWindowClass window_class);