摘要: 1 #include 2 3 //事件驱动编程模型 4 //一切都是窗口:窗口和句柄 5 //消息与消息队列 6 7 //最简单的应用程序必须包含两个函数 8 //WinMain 9 //WndProc 10 11 //窗口过程回调函数 12 //宏修饰符 13 LRESULT WINAPI WndProc(HWND, UINT, WPARAM... 阅读全文
posted @ 2016-08-27 15:18 木卜木卜木卜木卜木卜 阅读(242) 评论(0) 推荐(0) 编辑