计算机程序设计语言与方去法lesson5.pptVIP

  • 0
  • 0
  • 约2.21千字
  • 约 15页
  • 2018-12-29 发布于福建
  • 举报
计算机程序设计语言与方去法lesson5

Windows (Win32) API API(Application Programming Interface) Win32环境下的所有应用程序都直接或间接地调用Windows提供得Win32 API函数. 动态链接库 组件对象模型(COM). MSDN的使用 Windows API 调用注意事项 动态链接库查找顺序 应用程序所在的当前目录 Windows目录 Windows系统目录 系统环境变量指示的目录 Windows编程 WinMain函数 int WINAPI WinMain( HINSTANCE hInstance, // handle to current instance HINSTANCE hPrevInstance, // handle to previous instance LPSTR lpCmdLine, // command line int nCmdShow // show state ); 窗体结构体 typedef struct _WNDCLASS { UINT style; //显示风格 WNDPROC lpfnWndProc; //回调函数 int cbClsExtra; //类额外内存 int cbWndExtra; //窗体额外内存 HINSTANCE hInstance; //实例句柄 HICON hIcon; //图标类型

文档评论(0)

1亿VIP精品文档

相关文档