|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include <apitest.h>#include <windows.h>#include <shlwapi.h>#include <objbase.h>#include <shellapi.h>#include <shobjidl.h>
Go to the source code of this file.
Classes | |
| struct | MockContextMenu |
| struct | MockSite |
| class | SHInvokeCommandsOnContextMenuTest |
| struct | MockSiteTarget |
| struct | HwndCaptureMock |
Typedefs | |
| typedef HRESULT(WINAPI * | FN_SHInvokeCommandsOnContextMenu) (HWND, IUnknown *, IContextMenu *, DWORD, PCSTR *, UINT) |
Functions | |
| static void | ZeroVerbs_NoDefaultItem_ReturnsEFail (void) |
| static void | ZeroVerbs_WithDefaultItem_InvokesOnce (void) |
| static void | ZeroVerbs_QueryReceivesCMF_DEFAULTONLY (void) |
| static void | NonZeroVerbs_QueryDoesNotReceiveCMF_DEFAULTONLY (void) |
| static void | SingleVerb_Success (void) |
| static void | MultipleVerbs_StopsOnFirstSuccess (void) |
| static void | Cancelled_BreaksLoop (void) |
| static void | AsciiVerb_SetsUnicodeMaskAndVerbW (void) |
| static void | FMask_IsPassedToInvokeCommand (void) |
| static void | PunkSite_SetAndClearedAroundCall (void) |
| static void | QueryFails_InvokeNotCalled (void) |
| static void | Hwnd_IsPassedToInvokeCommand (void) |
| START_TEST (SHInvokeCommandsOnContextMenu) | |
Variables | |
| static FN_SHInvokeCommandsOnContextMenu | g_fnSHInvokeCommandsOnContextMenu = NULL |
| typedef HRESULT(WINAPI * FN_SHInvokeCommandsOnContextMenu) (HWND, IUnknown *, IContextMenu *, DWORD, PCSTR *, UINT) |
Definition at line 15 of file SHInvokeCommandsOnContextMenu.cpp.
Definition at line 184 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by START_TEST().
Definition at line 173 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by START_TEST().
Definition at line 195 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by START_TEST().
Definition at line 276 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by START_TEST().
Definition at line 161 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by START_TEST().
Definition at line 141 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by START_TEST().
Definition at line 242 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by START_TEST().
Definition at line 254 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by START_TEST().
Definition at line 149 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by START_TEST().
| START_TEST | ( | SHInvokeCommandsOnContextMenu | ) |
Definition at line 286 of file SHInvokeCommandsOnContextMenu.cpp.
Definition at line 112 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by START_TEST().
Definition at line 133 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by START_TEST().
Definition at line 121 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by START_TEST().
|
static |
Definition at line 18 of file SHInvokeCommandsOnContextMenu.cpp.
Referenced by AsciiVerb_SetsUnicodeMaskAndVerbW(), Cancelled_BreaksLoop(), FMask_IsPassedToInvokeCommand(), Hwnd_IsPassedToInvokeCommand(), MultipleVerbs_StopsOnFirstSuccess(), NonZeroVerbs_QueryDoesNotReceiveCMF_DEFAULTONLY(), PunkSite_SetAndClearedAroundCall(), QueryFails_InvokeNotCalled(), SingleVerb_Success(), START_TEST(), ZeroVerbs_NoDefaultItem_ReturnsEFail(), ZeroVerbs_QueryReceivesCMF_DEFAULTONLY(), and ZeroVerbs_WithDefaultItem_InvokesOnce().