win32ui.LoadStdProfileSettings
LoadStdProfileSettings(maxFiles)
Loads MFC standard settings from the applications INI file. This includes
the Recent File List, etc.
Parameters
maxFiles=_AFX_MRU_COUNT : int
The maximum number of files to maintain on the Recently Used File list.
Comments
This function can only be called once in an applications lifetime, else an exception is raised.