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.

10 lines
245 B

  1. #ifndef __TASKS_H_
  2. #define __TASKS_H_
  3. #include <runtask.h>
  4. // Search Depth
  5. #define MAX_EXE_SEARCH_DEPTH 2
  6. HRESULT FindAppInfo(LPCTSTR pszFolder, LPCTSTR pszFullName, LPCTSTR pszShortName, PSLOWAPPINFO psai, BOOL bDarwin);
  7. #endif // _TASKS_H_