在MFC中,m_pMainWnd是指向哪里的?运行过程中该指针起什么作用? 30

RT... RT 展开
 我来答
intehel
2015-11-23 · TA获得超过1292个赞
知道大有可为答主
回答量:1601
采纳率:100%
帮助的人:1748万
展开全部
BOOL CXxApp::InitInstance()
{
    AfxEnableControlContainer();

    // Standard initialization
    // If you are not using these features and wish to reduce the size
    //  of your final executable, you should remove from the following
    //  the specific initialization routines you do not need.

#ifdef _AFXDLL
    Enable3dControls();            // Call this when using MFC in a shared DLL
#else
    Enable3dControlsStatic();    // Call this when linking to MFC statically
#endif
    CXxDlg dlg;
    m_pMainWnd = &dlg;


请看最后一行代码m_pMainWnd = &dlg;,也即是在向导生成代码的时候会根据向导设置,将m_pMainWnd指向主对话框(基于对话框的项目)或CMainFrame(基于文档/视图的项目)。


后期基本不会直接用到该指针(除非在App类里面),其他地方需要获取主窗口句柄时,一般使用AfxGetMainWnd函数。

本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式