CWinApp::AddToRecentFileList
呼叫此成員函式加入至 lpszPathName MRU 檔案清單。
virtual void AddToRecentFileList(
LPCTSTR lpszPathName
);
參數
- lpszPathName
檔案的路徑。
備註
才能使用這個成員函式之前,您應該呼叫成員函式 LoadStdProfileSettings 載入目前 MRU 檔案清單。
在開啟檔案或執行 [另存新檔] 命令儲存具有新名稱的檔案時,架構會呼叫此成員函式。
範例
// This adds the pathname c:\temp\test.doc to the top of
// the most recently used (MRU) list in the File menu.
AfxGetApp()->AddToRecentFileList(_T("c:\\temp\\test.doc"));
需求
Header: afxwin.h