Roger Luo

超越梦想一起飞
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年1月3日

摘要: WinMain与mainWinMain的原型:int CALLBACK WinMain( __in HINSTANCE hInstance, __in HINSTANCE hPrevInstance, __in LPSTR lpCmdLine, __in int nCmdShow ); WinMain的定义:WinMain is the conventional name used for the application entry point for agraphical Windows-based application.#include <Windows.h> i... 阅读全文

posted @ 2013-01-03 14:20 Roger Luo 阅读(583) 评论(0) 推荐(0) 编辑