CRecentFileList::Remove
virtual void Remove( int nIndex );
参数:
nIndex
要被从MRU(最近使用过的)文件列表中移走的文件的从零开始的索引。
说明:此函数用来从MRU文件列表中移走一个文件。
请参阅:
CRecentFileList::Add
,
CRecentFileList::UpdateMenu