码迷,mamicode.com
首页 > 编程语言 > 详细

MFC: 孙鑫教程1笔记

时间:2014-10-28 19:20:24      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:http   io   os   ar   sp   bs   ef   line   tt   

typedef struct tagMSG {

  HWND hwnd;

  UNIT message;

  WPARAM wParam;

  LPARAM lParam;

  DWORD time;

  POINT pt;

} MSG;

 

int WINAPI WinMain {

  HINSTANCE hInstance;

  HINSTANCE hPrevInstance;

  LPWSTR lpCmdLine;

  int nShowCmd;

};

 

http://msdn.microsoft.com/zh-cn/vstudio/ms633576

 

MFC: 孙鑫教程1笔记

标签:http   io   os   ar   sp   bs   ef   line   tt   

原文地址:http://www.cnblogs.com/yingzhongwen/p/4057283.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!