ReactOS 0.4.16-dev-38-g96c65e9
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
static int | get_iwnd (HWND hWnd) |
LRESULT CALLBACK | ClipTestProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
static void | RecordAndDispatch (MSG *pmsg) |
static void | FlushMessages () |
static DWORD WINAPI | ClipThread (PVOID Parameter) |
void | TestMessages () |
void | TestOwnership () |
START_TEST (EmptyClipboard) | |
Variables | |
static HWND | hWnd1 |
static HWND | hWnd2 |
static CRITICAL_SECTION | CritSect |
static MSG_ENTRY | EmptyClipboard_chain [] |
Definition at line 22 of file EmptyClipboard.c.
Referenced by TestMessages().
Definition at line 63 of file EmptyClipboard.c.
Referenced by TestMessages().
|
static |
Definition at line 56 of file EmptyClipboard.c.
Referenced by ClipThread(), and TestMessages().
Definition at line 15 of file EmptyClipboard.c.
Referenced by ClipTestProc(), and RecordAndDispatch().
Definition at line 44 of file EmptyClipboard.c.
Referenced by FlushMessages(), and TestMessages().
START_TEST | ( | EmptyClipboard | ) |
Definition at line 185 of file EmptyClipboard.c.
void TestMessages | ( | ) |
Definition at line 103 of file EmptyClipboard.c.
Referenced by START_TEST().
void TestOwnership | ( | ) |
Definition at line 147 of file EmptyClipboard.c.
Referenced by START_TEST().
|
static |
Definition at line 12 of file EmptyClipboard.c.
Referenced by ClipTestProc(), ClipThread(), RecordAndDispatch(), and TestMessages().
|
static |
Definition at line 97 of file EmptyClipboard.c.
Referenced by TestMessages().
|
static |
Definition at line 10 of file EmptyClipboard.c.
Referenced by ClipThread(), get_iwnd(), and TestMessages().
|
static |
Definition at line 10 of file EmptyClipboard.c.
Referenced by ClipThread(), get_iwnd(), and TestMessages().