windows-nt/Source/XPSP1/NT/shell/cpls/appwzdui/tasks.h
2020-09-26 16:20:57 +08:00

11 lines
245 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_