ReactOS
0.4.15-dev-4574-g434cf85
|
#include <stdio.h>
#include "wine/test.h"
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
Go to the source code of this file.
Macros | |
#define | check_messages(a, b, c, d, e, f) check_messages_(__LINE__,a,b,c,d,e,f) |
Variables | |
static UINT | count |
static UINT UINT * | out_count |
static int | thread_from_line |
static char * | argv0 |
static WNDPROC | old_proc |
static CRITICAL_SECTION | clipboard_cs |
static HWND | next_wnd |
static UINT | wm_drawclipboard |
static UINT | wm_clipboardupdate |
static UINT | wm_destroyclipboard |
static UINT | wm_renderformat |
static UINT | nb_formats |
static BOOL | cross_thread |
static BOOL | do_render_format |
static HANDLE | update_event |
static UINT | old_seq |
static UINT | format_id |
static HBITMAP | bitmap |
static HBITMAP | bitmap2 |
static HPALETTE | palette |
static const LOGPALETTE | logpalette = { 0x300, 1, {{ 0x12, 0x34, 0x56, 0x78 }}} |
struct { | |
char strA [12] | |
WCHAR strW [12] | |
UINT len | |
} | test_data [] |
Definition at line 1033 of file clipboard.c.
Referenced by NtUserChangeClipboardChain().
|
static |
Definition at line 1006 of file clipboard.c.
Definition at line 886 of file clipboard.c.
Referenced by clipboard_wnd_proc().
Definition at line 1035 of file clipboard.c.
Referenced by test_messages().
Definition at line 904 of file clipboard.c.
Referenced by test_messages().
Definition at line 534 of file clipboard.c.
Referenced by test_synthesized().
Definition at line 542 of file clipboard.c.
Referenced by test_synthesized().
|
static |
Definition at line 526 of file clipboard.c.
Referenced by test_data_handles(), and test_synthesized().
Definition at line 508 of file clipboard.c.
Referenced by test_data_handles(), and test_synthesized().
Definition at line 489 of file clipboard.c.
Referenced by clipboard_thread(), clipboard_wnd_proc(), test_data_handles(), test_handles(), and test_synthesized().
Definition at line 498 of file clipboard.c.
Referenced by clipboard_render_data_thread(), and test_synthesized().
Definition at line 991 of file clipboard.c.
Referenced by START_TEST().
Definition at line 128 of file clipboard.c.
Referenced by START_TEST().
Definition at line 1331 of file clipboard.c.
Referenced by test_data_handles(), test_handles(), test_handles_process(), and test_handles_thread2().
Definition at line 1338 of file clipboard.c.
Referenced by test_data_handles(), and test_handles().
Definition at line 1324 of file clipboard.c.
Referenced by test_data_handles(), test_handles(), test_handles_process_open(), and test_handles_thread2().
Definition at line 56 of file clipboard.c.
Referenced by test_ClipboardOwner().
Definition at line 64 of file clipboard.c.
Referenced by test_ClipboardOwner().
Definition at line 40 of file clipboard.c.
Referenced by test_ClipboardOwner().
Definition at line 568 of file clipboard.c.
Referenced by test_synthesized().
Definition at line 166 of file clipboard.c.
Referenced by clipboard_thread(), test_ClipboardOwner(), test_data_handles(), and test_string_data().
|
static |
Definition at line 144 of file clipboard.c.
Referenced by test_ClipboardOwner(), and test_data_handles().
Definition at line 104 of file clipboard.c.
Referenced by START_TEST().
Definition at line 72 of file clipboard.c.
Referenced by test_ClipboardOwner().
START_TEST | ( | clipboard | ) |
Definition at line 2150 of file clipboard.c.
Definition at line 226 of file clipboard.c.
Referenced by START_TEST().
Definition at line 1792 of file clipboard.c.
Referenced by START_TEST().
Definition at line 1916 of file clipboard.c.
Referenced by START_TEST().
Definition at line 1348 of file clipboard.c.
Referenced by test_data_handles(), and test_handles_thread().
Definition at line 1678 of file clipboard.c.
Referenced by START_TEST().
Definition at line 1778 of file clipboard.c.
Referenced by START_TEST().
Definition at line 1764 of file clipboard.c.
Referenced by START_TEST().
Definition at line 1620 of file clipboard.c.
Referenced by test_data_handles().
Definition at line 1627 of file clipboard.c.
Referenced by test_data_handles().
Definition at line 1277 of file clipboard.c.
Referenced by START_TEST().
Definition at line 373 of file clipboard.c.
Referenced by START_TEST().
Definition at line 2048 of file clipboard.c.
Referenced by START_TEST().
Definition at line 2093 of file clipboard.c.
Referenced by START_TEST().
Definition at line 586 of file clipboard.c.