windows-nt/Source/XPSP1/NT/shell/browseui/legacy/channel.h

15 lines
336 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _CHANNEL_H
#define _CHANNEL_H
void Channel_UpdateQlinks();
HRESULT Channel_GetFolder(LPTSTR pszPath, int cchPath);
LPITEMIDLIST Channel_GetFolderPidl();
HRESULT ChannelBand_CreateInstance(IUnknown** ppunk);
HRESULT Channels_OpenBrowser(IWebBrowser2 **ppwb, BOOL fInPlace);
#endif
BOOL GetFirstUrl(TCHAR szURL[], DWORD cb);