ReactOS 0.4.16-dev-433-g6363f78
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "commctrl.h"
#include "objidl.h"
#include "wine/test.h"
#include "v6util.h"
Go to the source code of this file.
Classes | |
struct | _STREAMDATA |
Macros | |
#define | COBJMACROS |
#define | expect(expected, got) ok(got == expected, "Expected %d, got %d\n", expected, got) |
#define | X2(f, ord) p##f = (void*)GetProcAddress(hComCtl32, (const char *)ord); |
Typedefs | |
typedef struct _STREAMDATA | STREAMDATA |
typedef struct _STREAMDATA * | PSTREAMDATA |
Variables | |
static | HDPA |
static | HANDLE |
static | INT |
static | PFNDPAENUMCALLBACK |
static | PVOID |
static | PFNDPASTREAM |
static IStream | LPVOID |
static | DWORD |
static | PFNDPACOMPARE |
static | PFNDPAMERGE |
static | LPARAM |
static | UINT |
static INT | nMessages [4] |
static INT | nEnum |
typedef struct _STREAMDATA * PSTREAMDATA |
typedef struct _STREAMDATA STREAMDATA |
Definition at line 99 of file dpa.c.
Referenced by test_dpa().
Definition at line 93 of file dpa.c.
Referenced by test_dpa(), and test_DPA_Merge().
Definition at line 127 of file dpa.c.
Referenced by test_DPA_DestroyCallback(), and test_DPA_EnumCallback().
|
static |
Definition at line 150 of file dpa.c.
Referenced by test_DPA_LoadStream(), and test_DPA_SaveStream().
|
static |
Definition at line 138 of file dpa.c.
Referenced by test_DPA_SaveStream().
Definition at line 165 of file dpa.c.
Referenced by test_dpa(), test_DPA_EnumCallback(), test_DPA_Merge(), and test_DPA_SaveStream().
Definition at line 63 of file dpa.c.
Referenced by START_TEST().
START_TEST | ( | dpa | ) |
Definition at line 739 of file dpa.c.
Definition at line 196 of file dpa.c.
Referenced by START_TEST().
Definition at line 515 of file dpa.c.
Referenced by START_TEST().
Definition at line 481 of file dpa.c.
Referenced by START_TEST().
Definition at line 539 of file dpa.c.
Referenced by START_TEST().
Definition at line 352 of file dpa.c.
Referenced by START_TEST().
Definition at line 658 of file dpa.c.
Referenced by START_TEST().
|
static |
Definition at line 125 of file dpa.c.
Referenced by CB_EnumFirstThree(), test_DPA_DestroyCallback(), and test_DPA_EnumCallback().
|
static |
Definition at line 109 of file dpa.c.
Referenced by CB_MergeDeleteOddSrc(), CB_MergeInsertSrc(), and test_DPA_Merge().
Definition at line 50 of file dpa.c.
Referenced by CB_EnumFirstThree().