2025-04-27 07:49:33 -04:00

11 lines
255 B
C

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