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.
12 lines
410 B
12 lines
410 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(LPCITEMIDLIST pidlCur);
|
|
BOOL IsSubscribed(LPWSTR pwzUrl);
|
|
|
|
#endif
|