mirror of https://github.com/tongzx/nt5src
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
10 lines
245 B
#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_
|