Adds a document to the shell’s list of recently used documents or clears all documents from the list. The user gains access to the list through the Start menu of the Windows taskbar.
WINSHELLAPI void WINAPI SHAddToRecentDocs(
UINT uFlags, | |
LPCVOID pv | |
); |
SHARD_PATH |
pv is the address of a path string. |
SHARD_PIDL |
pv is the address of an item identifier list. |
No return value.