|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdio.h>#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winerror.h"#include "ole2.h"#include "shlwapi.h"#include "wine/test.h"
Go to the source code of this file.
Classes | |
| struct | threadref |
Macros | |
| #define | COBJMACROS |
| #define | CONST_VTABLE |
Functions | |
| static | HRESULT (WINAPI *pSHCreateThreadRef)(LONG * |
| static threadref * | impl_from_IUnknown (IUnknown *iface) |
| static HRESULT WINAPI | threadref_QueryInterface (IUnknown *iface, REFIID riid, LPVOID *ppvObj) |
| static ULONG WINAPI | threadref_AddRef (IUnknown *iface) |
| static ULONG WINAPI | threadref_Release (IUnknown *iface) |
| static void | init_threadref (threadref *iface, LONG *refcount) |
| static void | test_SHCreateThreadRef (void) |
| static void | test_SHGetThreadRef (void) |
| static void | test_SHSetThreadRef (void) |
| START_TEST (thread) | |
Variables | |
| static DWORD | AddRef_called |
| static const IUnknownVtbl | threadref_vt |
Definition at line 84 of file thread.c.
Referenced by test_SHSetThreadRef().
| START_TEST | ( | thread | ) |
Definition at line 244 of file thread.c.
Definition at line 92 of file thread.c.
Referenced by START_TEST().
Definition at line 176 of file thread.c.
Referenced by START_TEST().
Definition at line 198 of file thread.c.
Referenced by START_TEST().
|
static |
Definition at line 51 of file thread.c.
|
static |
Definition at line 38 of file thread.c.
Referenced by test_SHSetThreadRef(), and threadref_AddRef().
|
static |