设计窗口类 typedef struct WNDCLASS UINT style WNDPROC lpfn WndProc int cbClsextra int cbWndExtra HANDLE hInstance HICON hIcon, HCURSOR cUrsor hBRUSH hbrBackground LPCTSTR lpszMenuName LPCTSTR lpsz ClassName, WNDCLASS tp://www.sunxin.org设计窗口类 typedef struct _WNDCLASS { UINT style; WNDPROC lpfnWndProc; int cbClsExtra; int cbWndExtra; HANDLE hInstance; HICON hIcon; HCURSOR hCursor; HBRUSH hbrBackground; LPCTSTR lpszMenuName; LPCTSTR lpszClassName; } WNDCLASS; http://www.sunxin.org