Frees the handle associated with the most recently used (MRU) list and writes cached data to the registry
#include <WinAPIReg.au3>
_WinAPI_FreeMRUList ( $hMRU )
| $hMRU | Handle of the MRU list to free. |
| Success: | True |
| Failure: | False |
_WinAPI_AddMRUString, _WinAPI_CreateMRUList
Search FreeMRUList in MSDN Library.