|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| class | CDummyWindow |
| struct | _test_info |
| class | CMenuCallback |
Macros | |
| #define | test_S_OK(hres, message) ok(hres == S_OK, "%s (0x%lx instead of S_OK)\n",message, hResult); |
| #define | test_HRES(hres, hresExpected, message) ok(hres == hresExpected, "%s (0x%lx instead of 0x%lx)\n",message, hResult,hresExpected); |
Functions | |
| BOOL | CheckWindowClass (HWND hwnd, PCWSTR className) |
| BOOL | CreateCShellMenu (IShellMenu **shellMenu, IDockingWindow **dockingMenu, IObjectWithSite **menuWithSite) |
| void | test_CShellMenu_params () |
| void | test_CShellMenu () |
| void | test_CShellMenu_callbacks (IShellFolder *shellFolder, HMENU hmenu) |
| void | test_CShellMenu_with_DeskBar (IShellFolder *shellFolder, HMENU hmenu) |
| START_TEST (menu) | |
Definition at line 17 of file menu.cpp.
Referenced by test_CShellMenu(), and test_CShellMenu_with_DeskBar().
| BOOL CreateCShellMenu | ( | IShellMenu ** | shellMenu, |
| IDockingWindow ** | dockingMenu, | ||
| IObjectWithSite ** | menuWithSite | ||
| ) |
Definition at line 61 of file menu.cpp.
Referenced by test_CShellMenu(), test_CShellMenu_callbacks(), test_CShellMenu_params(), and test_CShellMenu_with_DeskBar().
| START_TEST | ( | menu | ) |
Definition at line 432 of file menu.cpp.
| void test_CShellMenu | ( | ) |
Definition at line 160 of file menu.cpp.
Referenced by START_TEST().
| void test_CShellMenu_callbacks | ( | IShellFolder * | shellFolder, |
| HMENU | hmenu | ||
| ) |
Definition at line 290 of file menu.cpp.
Referenced by START_TEST().
| void test_CShellMenu_params | ( | ) |
Definition at line 77 of file menu.cpp.
Referenced by START_TEST().
| void test_CShellMenu_with_DeskBar | ( | IShellFolder * | shellFolder, |
| HMENU | hmenu | ||
| ) |
Definition at line 376 of file menu.cpp.
Referenced by START_TEST().