|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <exdisp.h>

Go to the source code of this file.
Functions | |
| BOOL WINAPI | IEILIsEqual (_In_ LPCITEMIDLIST pidl1, _In_ LPCITEMIDLIST pidl2, _In_ BOOL bUnknown) |
| HRESULT WINAPI | AddUrlToFavorites (_In_ HWND hwnd, _In_opt_ LPCWSTR pszUrlW, _In_ LPCWSTR pszTitleW, _In_ BOOL fDisplayUI) |
| BOOL WINAPI | WinList_Init (VOID) |
| VOID WINAPI | WinList_Terminate (VOID) |
| HRESULT WINAPI | WinList_Revoke (_In_ LONG lCookie) |
| IShellWindows *WINAPI | WinList_GetShellWindows (_In_ BOOL bCreate) |
| HRESULT WINAPI | WinList_NotifyNewLocation (_In_ IShellWindows *pShellWindows, _In_ LONG lCookie, _In_ LPCITEMIDLIST pidl) |
| HRESULT WINAPI | WinList_FindFolderWindow (_In_ LPCITEMIDLIST pidl, _In_ DWORD dwUnused, _Out_opt_ PLONG phwnd, _Out_opt_ IWebBrowserApp **ppWebBrowserApp) |
| HRESULT WINAPI | WinList_RegisterPending (_In_ DWORD dwThreadId, _In_ LPCITEMIDLIST pidl, _In_ DWORD dwUnused, _Out_ PLONG plCookie) |
| HRESULT WINAPI AddUrlToFavorites | ( | _In_ HWND | hwnd, |
| _In_opt_ LPCWSTR | pszUrlW, | ||
| _In_ LPCWSTR | pszTitleW, | ||
| _In_ BOOL | fDisplayUI | ||
| ) |
| BOOL WINAPI IEILIsEqual | ( | _In_ LPCITEMIDLIST | pidl1, |
| _In_ LPCITEMIDLIST | pidl2, | ||
| _In_ BOOL | bUnknown | ||
| ) |
| HRESULT WINAPI WinList_FindFolderWindow | ( | _In_ LPCITEMIDLIST | pidl, |
| _In_ DWORD | dwUnused, | ||
| _Out_opt_ PLONG | phwnd, | ||
| _Out_opt_ IWebBrowserApp ** | ppWebBrowserApp | ||
| ) |
Definition at line 151 of file winlist.cpp.
Definition at line 105 of file winlist.cpp.
Referenced by WinList_FindFolderWindow(), WinList_RegisterPending(), and WinList_Revoke().
Definition at line 246 of file shdocvw_main.c.
| HRESULT WINAPI WinList_NotifyNewLocation | ( | _In_ IShellWindows * | pShellWindows, |
| _In_ LONG | lCookie, | ||
| _In_ LPCITEMIDLIST | pidl | ||
| ) |
Definition at line 120 of file winlist.cpp.
| HRESULT WINAPI WinList_RegisterPending | ( | _In_ DWORD | dwThreadId, |
| _In_ LPCITEMIDLIST | pidl, | ||
| _In_ DWORD | dwUnused, | ||
| _Out_ PLONG | plCookie | ||
| ) |
Definition at line 203 of file winlist.cpp.
Definition at line 242 of file winlist.cpp.