ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | ok_hex_(expression, result) |
Functions | |
static void | Test_Params (void) |
static int | get_iwnd (HWND hWnd) |
static LRESULT CALLBACK | MSGTestProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
static BOOL | IsWindowsServer () |
static BOOL | IsWindows8OrGreater () |
static void | Test_Messages (void) |
static LRESULT CALLBACK | MSGChildProc2 (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | MSGTestProc2 (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
static void | Test_Messages_Child (void) |
static LRESULT CALLBACK | MSGTestProcMDI (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
static void | Test_Messages_MDI (void) |
static LRESULT CALLBACK | MSGTestProcMDI2 (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | MSGChildProcMDI2 (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
static void | Test_Messages_MDI_Child (void) |
START_TEST (CreateWindowEx) | |
Variables | |
static HWND | g_TestWindow = NULL |
static HWND | g_ChildWindow = NULL |
static HWND | g_hwndMDIClient = NULL |
static DWORD | g_FaultLine = 0 |
static DWORD | g_NcExpectStyle = 0 |
static DWORD | g_NcExpectExStyle = 0 |
static DWORD | g_ExpectStyle = 0 |
static DWORD | g_ExpectExStyle = 0 |
static DWORD | g_ChildNcExpectStyle = 0 |
static DWORD | g_ChildNcExpectExStyle = 0 |
static DWORD | g_ChildExpectStyle = 0 |
static DWORD | g_ChildExpectExStyle = 0 |
static int | g_ChangeStyle = 0 |
static MSG_ENTRY | create_chain [] |
static MSG_ENTRY | create_chain_modify [] |
static MSG_ENTRY | create_chain_modify_below8_nonsrv [] |
MSG_ENTRY | child_create_chain [] |
MSG_ENTRY | child_create_chain_modify [] |
MSG_ENTRY | child_create_chain_modify_below8_nonsrv [] |
MSG_ENTRY | create_chain_MDI [] |
static MSG_ENTRY | child_create_chain_MDI [] |
static MSG_ENTRY | child_create_chain_MDI_below8 [] |
static MSG_ENTRY | child_create_chain_MDI_below8_nonsrv [] |
Definition at line 98 of file CreateWindowEx.c.
Definition at line 72 of file CreateWindowEx.c.
Referenced by MSGChildProc2(), MSGChildProcMDI2(), MSGTestProc(), MSGTestProc2(), MSGTestProcMDI(), and MSGTestProcMDI2().
|
static |
Definition at line 258 of file CreateWindowEx.c.
Referenced by expect_empty_imp(), Test_Messages(), Test_Messages_Child(), and Test_Messages_MDI_Child().
|
static |
Definition at line 248 of file CreateWindowEx.c.
Referenced by Test_Messages(), Test_Messages_Child(), and Test_Messages_MDI_Child().
|
static |
Definition at line 335 of file CreateWindowEx.c.
Referenced by Test_Messages_Child().
|
static |
Definition at line 834 of file CreateWindowEx.c.
Referenced by Test_Messages_MDI_Child().
|
static |
Definition at line 108 of file CreateWindowEx.c.
Referenced by Test_Messages().
|
static |
Definition at line 402 of file CreateWindowEx.c.
Referenced by Test_Messages_Child().
|
static |
Definition at line 652 of file CreateWindowEx.c.
Referenced by Test_Messages_MDI().
|
static |
Definition at line 761 of file CreateWindowEx.c.
Referenced by Test_Messages_MDI_Child().
START_TEST | ( | CreateWindowEx | ) |
Definition at line 1129 of file CreateWindowEx.c.
Definition at line 272 of file CreateWindowEx.c.
Referenced by START_TEST().
Definition at line 578 of file CreateWindowEx.c.
Referenced by START_TEST().
Definition at line 727 of file CreateWindowEx.c.
Referenced by START_TEST().
Definition at line 1086 of file CreateWindowEx.c.
Referenced by START_TEST().
Definition at line 11 of file CreateWindowEx.c.
Referenced by START_TEST().
MSG_ENTRY child_create_chain[] |
Definition at line 464 of file CreateWindowEx.c.
Referenced by Test_Messages_Child().
|
static |
Definition at line 887 of file CreateWindowEx.c.
Referenced by Test_Messages_MDI_Child().
|
static |
Definition at line 952 of file CreateWindowEx.c.
Referenced by Test_Messages_MDI_Child().
|
static |
Definition at line 1017 of file CreateWindowEx.c.
Referenced by Test_Messages_MDI_Child().
MSG_ENTRY child_create_chain_modify[] |
Definition at line 490 of file CreateWindowEx.c.
Referenced by Test_Messages_Child().
MSG_ENTRY child_create_chain_modify_below8_nonsrv[] |
Definition at line 532 of file CreateWindowEx.c.
Referenced by Test_Messages_Child().
|
static |
Definition at line 173 of file CreateWindowEx.c.
Referenced by dir_next(), f_lseek(), f_mkdir(), f_write(), and Test_Messages().
MSG_ENTRY create_chain_MDI[] |
Definition at line 712 of file CreateWindowEx.c.
Referenced by Test_Messages_MDI().
|
static |
Definition at line 186 of file CreateWindowEx.c.
Referenced by Test_Messages().
|
static |
Definition at line 215 of file CreateWindowEx.c.
Referenced by Test_Messages().
|
static |
Definition at line 107 of file CreateWindowEx.c.
Referenced by MSGChildProc2(), MSGTestProc(), Test_Messages(), and Test_Messages_Child().
|
static |
Definition at line 95 of file CreateWindowEx.c.
Referenced by MSGChildProc2(), MSGChildProcMDI2(), Test_Messages_Child(), and Test_Messages_MDI_Child().
|
static |
Definition at line 94 of file CreateWindowEx.c.
Referenced by MSGChildProc2(), MSGChildProcMDI2(), Test_Messages_Child(), and Test_Messages_MDI_Child().
|
static |
Definition at line 93 of file CreateWindowEx.c.
Referenced by MSGChildProc2(), MSGChildProcMDI2(), Test_Messages_Child(), and Test_Messages_MDI_Child().
|
static |
Definition at line 92 of file CreateWindowEx.c.
Referenced by MSGChildProc2(), MSGChildProcMDI2(), Test_Messages_Child(), and Test_Messages_MDI_Child().
Definition at line 69 of file CreateWindowEx.c.
Referenced by get_iwnd(), MSGTestProc2(), MSGTestProcMDI2(), Test_Messages(), Test_Messages_Child(), Test_Messages_MDI(), and Test_Messages_MDI_Child().
|
static |
Definition at line 90 of file CreateWindowEx.c.
Referenced by MSGTestProc(), MSGTestProc2(), MSGTestProcMDI(), MSGTestProcMDI2(), Test_Messages(), Test_Messages_Child(), Test_Messages_MDI(), and Test_Messages_MDI_Child().
|
static |
Definition at line 89 of file CreateWindowEx.c.
Referenced by MSGTestProc(), MSGTestProc2(), MSGTestProcMDI(), MSGTestProcMDI2(), Test_Messages(), Test_Messages_Child(), Test_Messages_MDI(), and Test_Messages_MDI_Child().
|
static |
Definition at line 86 of file CreateWindowEx.c.
Referenced by MSGTestProc2(), Test_Messages(), Test_Messages_Child(), Test_Messages_MDI(), and Test_Messages_MDI_Child().
Definition at line 70 of file CreateWindowEx.c.
Referenced by MSGTestProcMDI(), MSGTestProcMDI2(), and Test_Messages_MDI().
|
static |
Definition at line 88 of file CreateWindowEx.c.
Referenced by MSGTestProc(), MSGTestProc2(), MSGTestProcMDI(), MSGTestProcMDI2(), Test_Messages(), Test_Messages_Child(), Test_Messages_MDI(), and Test_Messages_MDI_Child().
|
static |
Definition at line 87 of file CreateWindowEx.c.
Referenced by MSGTestProc(), MSGTestProc2(), MSGTestProcMDI(), MSGTestProcMDI2(), Test_Messages(), Test_Messages_Child(), Test_Messages_MDI(), and Test_Messages_MDI_Child().
Definition at line 68 of file CreateWindowEx.c.
Referenced by get_iwnd(), MSGChildProc2(), Test_Messages(), Test_Messages_Child(), Test_Messages_MDI(), and Test_Messages_MDI_Child().