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.
11 lines
379 B
11 lines
379 B
|
|
#ifndef _FAVORITE_H_
|
|
#define _FAVORITE_H_
|
|
|
|
STDAPI AddToFavorites(HWND hwnd, LPCITEMIDLIST pidlCur, LPCTSTR pszTitle, BOOL fDisplayUI, IOleCommandTarget *pCommandTarget, IHTMLDocument2 *pDoc);
|
|
STDAPI_(BOOL) DoOrganizeFavDlg(HWND hwnd, LPSTR pszInitDir);
|
|
STDAPI_(BOOL) DoOrganizeFavDlgW(HWND hwnd, LPWSTR pszInitDir);
|
|
|
|
BOOL IsSubscribed(LPWSTR pwzUrl);
|
|
|
|
#endif
|