ReactOS 0.4.16-dev-106-g10b08aa
|
#include <windows.h>
#include <commctrl.h>
#include "wine/test.h"
#include "v6util.h"
#include "msg.h"
Go to the source code of this file.
Macros | |
#define | expect(expected, got) ok(got == expected, "Expected %d, got %d\n", expected, got) |
#define | NUM_MSG_SEQUENCE 2 |
#define | PARENT_SEQ_INDEX 0 |
#define | SYSLINK_SEQ_INDEX 1 |
Functions | |
static void | flush_events (void) |
static LRESULT WINAPI | parent_wnd_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
static BOOL | register_parent_wnd_class (void) |
static HWND | create_parent_window (void) |
static LRESULT WINAPI | syslink_subclass_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
static HWND | create_syslink (DWORD style, HWND parent) |
static void | test_create_syslink (void) |
static void | test_LM_GETIDEALHEIGHT (void) |
static void | test_LM_GETIDEALSIZE (void) |
START_TEST (syslink) | |
Variables | |
static HWND | hWndParent |
static struct msg_sequence * | sequences [NUM_MSG_SEQUENCE] |
static const struct message | empty_wnd_seq [] |
static const struct message | parent_create_syslink_wnd_seq [] |
static const struct message | visible_syslink_wnd_seq [] |
static const struct message | parent_visible_syslink_wnd_seq [] |
static const WCHAR | parentClassW [] = {'S','y','s','l','i','n','k',' ','t','e','s','t',' ','p','a','r','e','n','t',' ','c','l','a','s','s',0} |
static WNDPROC | syslink_oldproc |
Definition at line 128 of file syslink.c.
Referenced by START_TEST().
Definition at line 163 of file syslink.c.
Referenced by test_create_syslink(), test_LM_GETIDEALHEIGHT(), and test_LM_GETIDEALSIZE().
Definition at line 63 of file syslink.c.
Referenced by START_TEST(), and test_create_syslink().
|
static |
Definition at line 78 of file syslink.c.
Referenced by register_parent_wnd_class().
Definition at line 111 of file syslink.c.
Referenced by create_parent_window().
START_TEST | ( | syslink | ) |
Definition at line 245 of file syslink.c.
|
static |
Definition at line 143 of file syslink.c.
Referenced by create_syslink().
Definition at line 183 of file syslink.c.
Referenced by START_TEST().
Definition at line 208 of file syslink.c.
Referenced by START_TEST().
Definition at line 222 of file syslink.c.
Referenced by START_TEST().
Definition at line 36 of file syslink.c.
Referenced by test_create_syslink().
|
static |
Definition at line 32 of file syslink.c.
Referenced by AdvPropGeneralDlgProc(), CenterWindow(), ChildWindowFromPoint(), ClbStyleW(), co_UserCreateWindowEx(), ATL::CWindowImplBaseT< TBase, TWinTraits >::Create(), CListView::Create(), ATL::CWindowImpl< T, TBase, TWinTraits >::Create(), CToolbar< TItemData >::Create(), CTooltips::Create(), ATL::CDialogImpl< T, TBase >::Create(), ATL::CWindow::Create(), CreateDialogIndirectParamA(), CreateDialogIndirectParamAorW(), CreateDialogIndirectParamW(), CreateDialogParamA(), CreateDialogParamW(), CreateMDIWindowA(), CreateMDIWindowW(), CISFBand::CreateSimpleToolbar(), CreateWindowExA(), CreateWindowExW(), CTaskSwitchWnd_CreateInstance(), DeviceAdvancedPropertiesA(), DeviceAdvancedPropertiesW(), DeviceCreateHardwarePage(), DeviceCreateHardwarePageEx(), DeviceManager_ExecuteA(), DeviceManager_ExecuteW(), DeviceProblemWizardA(), DeviceProblemWizardW(), DeviceProperties_RunDLLA(), DeviceProperties_RunDLLW(), DevicePropertiesA(), DevicePropertiesExA(), DevicePropertiesExW(), DevicePropertiesW(), DevInstallW(), DialogBoxIndirectParamA(), DialogBoxIndirectParamAorW(), DialogBoxIndirectParamW(), DialogBoxParamA(), DialogBoxParamW(), DisplayAdvancedSettings(), DisplayDeviceAdvancedProperties(), ATL::CDialogImpl< T, TBase >::DoModal(), EnumChildWindows(), EventLogProperties(), ATL::CWindow::GetTopLevelParent(), HardwareDlgProc(), CIconWatcher::Initialize(), CTaskToolbar::Initialize(), CNotifyToolbar::Initialize(), CSysPagerWnd::Initialize(), CTrayClockWnd::Initialize(), CTaskSwitchWnd::Initialize(), InstallDevInst(), InstallDevInstEx(), IsChild(), LaunchDeviceManager(), LaunchHardwareWizard(), NtUserCreateWindowEx(), NtUserFillWindow(), CBandSiteBase::SetDeskBarSite(), SHCreateWorkerWindowA(), SHCreateWorkerWindowW(), SHFind_InitMenuPopup(), ShowAboutDlg(), ShowDeviceProblemWizard(), SHSetParentHwnd(), START_TEST(), test_create_syslink(), test_CShellMenu(), test_CShellMenu_callbacks(), test_LM_GETIDEALHEIGHT(), test_LM_GETIDEALSIZE(), test_pack_MCI_ANIM_OPEN_PARMSA(), test_pack_MCI_ANIM_OPEN_PARMSW(), test_pack_MCI_DGV_OPEN_PARMSA(), test_pack_MCI_DGV_OPEN_PARMSW(), test_pack_MCI_OVLY_OPEN_PARMSA(), test_pack_MCI_OVLY_OPEN_PARMSW(), and User32CreateWindowEx().
Definition at line 40 of file syslink.c.
Referenced by test_create_syslink().
Definition at line 56 of file syslink.c.
Referenced by test_create_syslink().
|
static |
Definition at line 109 of file syslink.c.
Referenced by create_parent_window(), and register_parent_wnd_class().
|
static |
Definition at line 34 of file syslink.c.
Referenced by parent_wnd_proc(), START_TEST(), syslink_subclass_proc(), and test_create_syslink().
|
static |
Definition at line 141 of file syslink.c.
Referenced by create_syslink(), and syslink_subclass_proc().