03 2012 档案

摘要:HINSTANCE是应用程序实例句柄,HWND是窗口对象句柄,HANDLE是任意对象的句柄,CWnd是MFC中的窗口类。MSDN里面对于HINSTANCE的解释是"handle to an instance" 就是说是一个instance的句柄。而对instance的解释是"An object for which memory is allocated or which is persistent." 占有内存的一个对象。对于HWND的解释是“Handle to a window.”而对window的解释是"In a graphical Win 阅读全文
posted @ 2012-03-05 17:22 rainboy 阅读(1655) 评论(0) 推荐(0)