ReactOS 0.4.16-dev-340-g0540c21
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "commctrl.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | SEARCHING_AVI_INDEX 151 /* From shell32 resource library */ |
#define | INVALID_AVI_INDEX 0xffff |
Functions | |
static void | flush_events (void) |
static LRESULT CALLBACK | animate_test_wnd_proc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
static void | update_window (HWND hWnd) |
static void | create_animate (DWORD parent_style, DWORD animate_style) |
static void | destroy_animate (void) |
static void | cleanup (void) |
static void | test_play (void) |
START_TEST (animate) | |
Variables | |
static HWND | hAnimateParentWnd |
static HWND | hAnimateWnd |
static const char | animateTestClass [] = "AnimateTestClass" |
static WNDPROC | animate_wndproc |
static HANDLE | shell32 |
|
static |
Definition at line 53 of file animate.c.
Referenced by create_animate().
Definition at line 124 of file animate.c.
Referenced by START_TEST().
Definition at line 73 of file animate.c.
Referenced by test_play().
Definition at line 111 of file animate.c.
Referenced by test_play().
Definition at line 39 of file animate.c.
Referenced by create_animate().
START_TEST | ( | animate | ) |
Definition at line 156 of file animate.c.
Definition at line 129 of file animate.c.
Referenced by START_TEST().
|
static |
Definition at line 35 of file animate.c.
Referenced by create_animate().
Definition at line 34 of file animate.c.
Referenced by cleanup(), and create_animate().
|
static |
Definition at line 33 of file animate.c.
Referenced by create_animate(), and destroy_animate().
|
static |
Definition at line 33 of file animate.c.
Referenced by create_animate(), and test_play().
|
static |
Definition at line 36 of file animate.c.
Referenced by create_animate(), START_TEST(), and test_play().