|
void COView::SetBaseIID(const GUID& guidBase); Parameter [in] guidBase: A GUID of one of IID_IViewChapter, IID_IViewSort, IID_IViewFilter and IID_IViewRowset. Remark Calls this function to set the protected member of a COView object before opening a COView object. Caller will wire a COView object to TView object with the interface associated to the guidBase. By default, the m_IID of a COView object is IID_IViewChapter. |