Ejemplo n.º 1
0
        internal static ushort RegisterClassEx(WNDCLASSEX_D wc_d)
        {
            ushort num = IntRegisterClassEx(wc_d);

            if (num == 0)
            {
                throw new Win32Exception();
            }
            return(num);
        }
Ejemplo n.º 2
0
 private static extern ushort IntRegisterClassEx(WNDCLASSEX_D wc_d);