共用方式為


CWinApp::LoadStdProfileSettings

呼叫此成員函式從 InitInstance 成員函式內啟用並載入最近使用的檔案 (MRU) 和最後預覽狀態的清單。

void LoadStdProfileSettings(
   UINT nMaxMRU = _AFX_MRU_COUNT 
);

參數

  • nMaxMRU
    追蹤的最近使用的檔案數目。

備註

如果為 0, nMaxMRU MRU 清單中將不會維護。

需求

Header: afxwin.h

請參閱

參考

CWinApp 類別

階層架構圖

CWinApp::OnFileOpen

CWinApp::AddToRecentFileList