SDI:doc: POSITION p = GetFirstViewPosition(); if(p != NULL) { m_strTemplateContent = strContent; CView * pView = GetNextView(p); pView->UpdateWindow(); }view: 重载OnUpdata函数,并作相应的处理。