|
ReactOS 0.4.16-dev-2528-g7139e57
|
#include <stdlib.h>#include <stdarg.h>#include <stdio.h>#include "wine/test.h"#include "windef.h"#include "winbase.h"#include "winnls.h"#include "winreg.h"#include "wingdi.h"#include "winuser.h"#include "winternl.h"#include "commctrl.h"
Go to the source code of this file.
Classes | |
| struct | class_info |
Macros | |
| #define | NUMCLASSWORDS 4 |
| #define | IS_WNDPROC_HANDLE(x) (((ULONG_PTR)(x) >> 16) == (~0u >> 16)) |
| #define | ARCH "none" |
| #define | check_class(inst, name, menu) check_class_(__LINE__,inst,name,menu) |
| #define | check_instance(name, inst, info_inst, gcl_inst) check_instance_(__LINE__,name,inst,info_inst,gcl_inst) |
Variables | |
| static const BOOL | is_win64 = (sizeof(void *) > sizeof(int)) |
| static const char | comctl32_manifest [] |
| struct { | |
| const char name [9] | |
| int value | |
| int value64 | |
| } | extra_values [] |
| #define check_instance | ( | name, | |
| inst, | |||
| info_inst, | |||
| gcl_inst | |||
| ) | check_instance_(__LINE__,name,inst,info_inst,gcl_inst) |
|
static |
Definition at line 313 of file class.c.
|
static |
Definition at line 331 of file class.c.
Definition at line 277 of file class.c.
Referenced by test_styles().
|
static |
Definition at line 371 of file class.c.
Referenced by test_instances().
Definition at line 97 of file class.c.
Referenced by START_TEST().
|
static |
Definition at line 83 of file class.c.
Referenced by ClassTest(), test_actctx_classes(), test_builtinproc(), test_class_name(), test_icons(), and test_instances().
|
static |
Definition at line 89 of file class.c.
Referenced by test_builtinproc().
Definition at line 1227 of file class.c.
Referenced by test_actctx_classes(), and test_comctl32_class().
Definition at line 1240 of file class.c.
Referenced by test_actctx_classes(), and test_comctl32_class().
Definition at line 1057 of file class.c.
Referenced by START_TEST().
Definition at line 1029 of file class.c.
Referenced by CreateDialogParamTest().
| START_TEST | ( | class | ) |
Definition at line 1715 of file class.c.
Definition at line 1452 of file class.c.
Referenced by START_TEST().
Definition at line 677 of file class.c.
Referenced by START_TEST().
Definition at line 1662 of file class.c.
Referenced by START_TEST().
Definition at line 1266 of file class.c.
Referenced by START_TEST().
Definition at line 1354 of file class.c.
Referenced by START_TEST().
Definition at line 1081 of file class.c.
Referenced by START_TEST().
Definition at line 1096 of file class.c.
Referenced by START_TEST().
Definition at line 1168 of file class.c.
Referenced by START_TEST().
Definition at line 1406 of file class.c.
Referenced by START_TEST().
Definition at line 389 of file class.c.
Referenced by START_TEST().
Definition at line 867 of file class.c.
Referenced by START_TEST().
Definition at line 293 of file class.c.
Referenced by START_TEST().
Definition at line 1613 of file class.c.
Referenced by START_TEST().
Definition at line 940 of file class.c.
Referenced by START_TEST().
Definition at line 1024 of file class.c.
Referenced by RegisterTestDialog().
Definition at line 362 of file class.c.
Referenced by check_thread_instance().
Definition at line 59 of file class.c.
Referenced by test_comctl32_class().
| const struct { ... } extra_values[] |
Referenced by test_extra_values().
Definition at line 57 of file class.c.
Referenced by test_ntdll_wndprocs(), and test_wndproc_forwards().