MFC的初始化过程相关类及其成员。

来源:互联网 发布:ec软件下载2016 编辑:程序博客网 时间:2024/06/06 23:58

CWnd类:Create(),CreateEX(),PreCreateWindow().
CFrameWnd类:Create(),PreCreateWindow().

CWinThread类:InitInstance(),Run().
CWinApp类:InitInstance(),Run(),InitApplication(),m_pCurrentWinApp,m_pMainWnd.
CxxxWinAPP类:InitInstance().

Globals:AfxGetApp(),main(),theApp.