|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 "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 char | comctl32_manifest [] |
| struct { | |
| const char name [9] | |
| int value | |
| int badvalue | |
| } | extra_values [] |
| #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) |
|
static |
Definition at line 273 of file class.c.
|
static |
Definition at line 291 of file class.c.
Definition at line 237 of file class.c.
Referenced by test_styles().
|
static |
Definition at line 331 of file class.c.
Referenced by test_instances().
Definition at line 88 of file class.c.
Referenced by START_TEST().
|
static |
Definition at line 74 of file class.c.
Referenced by ClassTest(), test_actctx_classes(), test_builtinproc(), test_icons(), and test_instances().
|
static |
Definition at line 80 of file class.c.
Referenced by test_builtinproc().
Definition at line 1081 of file class.c.
Referenced by test_actctx_classes(), and test_comctl32_class().
Definition at line 1094 of file class.c.
Referenced by test_actctx_classes(), and test_comctl32_class().
Definition at line 912 of file class.c.
Referenced by START_TEST().
Definition at line 884 of file class.c.
Referenced by CreateDialogParamTest().
| START_TEST | ( | class | ) |
Definition at line 1467 of file class.c.
Definition at line 1306 of file class.c.
Referenced by START_TEST().
Definition at line 637 of file class.c.
Referenced by START_TEST().
Definition at line 1120 of file class.c.
Referenced by START_TEST().
Definition at line 1208 of file class.c.
Referenced by START_TEST().
Definition at line 940 of file class.c.
Referenced by START_TEST().
Definition at line 955 of file class.c.
Referenced by START_TEST().
Definition at line 1022 of file class.c.
Referenced by START_TEST().
Definition at line 1260 of file class.c.
Referenced by START_TEST().
Definition at line 349 of file class.c.
Referenced by START_TEST().
Definition at line 253 of file class.c.
Referenced by START_TEST().
Definition at line 879 of file class.c.
Referenced by RegisterTestDialog().
Definition at line 322 of file class.c.
Referenced by check_thread_instance().
| int badvalue |
Definition at line 929 of file class.c.
Referenced by _TIFFVSetField(), and test_extra_values().
Definition at line 50 of file class.c.
Referenced by test_comctl32_class().
| const struct { ... } extra_values[] |
Referenced by test_extra_values().