摘要: co_IntCreateWindowEx函数主要用创建一个显示的窗口,具体实现代码如下:#001 HWND APIENTRY#002 co_IntCreateWindowEx(DWORD dwExStyle,#003 PUNICODE_STRINGClassName,#004 PUNICODE_STRINGWindowName,#005 DWORD dwStyle,#006 LONG x,#007 LONG y,#008 LONG nWidth,#009 LONG nHeight,#010 HWND hWndParent,#011 HMENU hMenu,#012 HINSTANCE hIns 阅读全文
posted @ 2009-12-17 22:29 ajuanabc 阅读(1052) 评论(0) 推荐(0)