SHAddToRecentDocs  1OB85K 

[Now Supported on Windows NT]

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

 

   );

 

 

Parameters

uFlags

Flag that indicates the meaning of the pv parameter. This parameter can be one of the following values:

SHARD_PATH

pv is the address of a path string.

SHARD_PIDL

pv is the address of an item identifier list.

 

pv

Pointer to a buffer that contains the path and filename of the document, or the address of an ITEMIDLIST structure that contains an item identifier list uniquely identifying the document. If this parameter is NULL, the function clears all documents from the list.

 

Return Values

No return value.