Data provider types: All
HypDeleteAllMRUItems () deletes all items in the most recently used list, including those that are pinned to the list.
HypDeleteAllMRUItems Lib "HsAddin" () As Long
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypDeleteAllMRUItems Lib "HsAddin" () As Long Sub Example_HypDeleteAllMRUItems () sts = HypDeleteAllMRUItems() End Sub