所属分类:
VC书籍
开发工具:Visual C++
文件大小:47KB
下载次数:45
上传日期:2005-09-16 12:53:00
说明: VC编程常用捷径 VC变成常用的一些捷径1-68
例如:1. 如何获取应用程序的 实例句柄?
应用程序的 实例句柄保存在CWinAppIm_hInstance 中,可以这么调用
AfxGetInstancdHandle获得句柄.
Example: HANDLE hInstance=AfxGetInstanceHandle()
(VC common programming shortcut VC into some commonly used shortcut 1-68, for example : 1. How to obtain application examples handle application examples in CWinAppIm_hInstance handle preservation, so it was called AfxGetInstancdHandle handle. Example : HANDLE hInstance = AfxGetInstanceHandle ())