ReactOS 0.4.16-dev-927-g467dec4
|
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (shdocvw) | |
static HRESULT | InitVariantFromBuffer (_Out_ LPVARIANTARG pvarg, _In_ LPCVOID pv, _In_ SIZE_T cb) |
static HRESULT | InitVariantFromIDList (_Out_ LPVARIANTARG pvarg, _In_ LPCITEMIDLIST pidl) |
static HRESULT | VariantClearLazy (_Inout_ LPVARIANTARG pvarg) |
EXTERN_C BOOL WINAPI | WinList_Init (VOID) |
EXTERN_C VOID WINAPI | WinList_Terminate (VOID) |
EXTERN_C IShellWindows *WINAPI | WinList_GetShellWindows (_In_ BOOL bCreate) |
EXTERN_C HRESULT WINAPI | WinList_NotifyNewLocation (_In_ IShellWindows *pShellWindows, _In_ LONG lCookie, _In_ LPCITEMIDLIST pidl) |
EXTERN_C HRESULT WINAPI | WinList_FindFolderWindow (_In_ LPCITEMIDLIST pidl, _In_ DWORD dwUnused, _Out_opt_ PLONG phwnd, _Out_opt_ IWebBrowserApp **ppWebBrowserApp) |
EXTERN_C HRESULT WINAPI | WinList_RegisterPending (_In_ DWORD dwThreadId, _In_ LPCITEMIDLIST pidl, _In_ DWORD dwUnused, _Out_ PLONG plCookie) |
EXTERN_C HRESULT WINAPI | WinList_Revoke (_In_ LONG lCookie) |
Variables | |
static VARIANT | s_vaEmpty = { VT_EMPTY } |
|
static |
Definition at line 16 of file winlist.cpp.
Referenced by InitVariantFromIDList().
|
static |
Definition at line 37 of file winlist.cpp.
Referenced by WinList_FindFolderWindow(), WinList_NotifyNewLocation(), and WinList_RegisterPending().
|
static |
Definition at line 45 of file winlist.cpp.
Referenced by WinList_FindFolderWindow(), WinList_NotifyNewLocation(), and WinList_RegisterPending().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shdocvw | ) |
EXTERN_C 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 79 of file winlist.cpp.
EXTERN_C HRESULT WINAPI WinList_NotifyNewLocation | ( | _In_ IShellWindows * | pShellWindows, |
_In_ LONG | lCookie, | ||
_In_ LPCITEMIDLIST | pidl | ||
) |
Definition at line 120 of file winlist.cpp.
EXTERN_C 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.
Definition at line 92 of file winlist.cpp.
Definition at line 13 of file winlist.cpp.
Referenced by WinList_FindFolderWindow(), and WinList_RegisterPending().