Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
456 B

  1. #ifndef _RECDOCS_H_
  2. #define _RECDOCS_H_
  3. STDAPI CreateRecentMRUList(IMruDataList **ppmru);
  4. STDAPI RecentDocs_Enum(IMruDataList *pmru, int iItem, LPITEMIDLIST *ppidl);
  5. STDAPI_(void) AddToRecentDocs( LPCITEMIDLIST pidl, LPCTSTR lpszPath );
  6. STDAPI CTaskAddDoc_Create(HANDLE hMem, DWORD dwProcId, IRunnableTask **pptask);
  7. STDAPI RecentDocs_GetDisplayName(LPCITEMIDLIST pidl, LPTSTR pszName, DWORD cchName);
  8. #define MAXRECENTDOCS 15
  9. #endif // _RECDOCS_H_