ReactOS 0.4.16-dev-937-g7afcd2a
|
Go to the source code of this file.
Classes | |
struct | valid_mapping |
struct | unk_impl |
struct | _PMemoryAllocator_vtable |
struct | _PMemoryAllocator |
Macros | |
#define | COBJMACROS |
#define | PROP_INV 0x7f |
#define | PROP_V0 0 |
#define | PROP_V1 1 |
#define | PROP_V1A 2 |
#define | PROP_TODO 0x80 |
Typedefs | |
typedef struct _PMemoryAllocator | PMemoryAllocator |
Functions | |
static void | expect (HRESULT hr, VARTYPE vt, BOOL copy, int line) |
static void | test_validtypes (void) |
static struct unk_impl * | impl_from_IUnknown (IUnknown *iface) |
static HRESULT WINAPI | unk_QueryInterface (IUnknown *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | unk_AddRef (IUnknown *iface) |
static ULONG WINAPI | unk_Release (IUnknown *iface) |
static void | test_copy (void) |
static void *WINAPI | PMemoryAllocator_Allocate (PMemoryAllocator *_this, ULONG cbSize) |
static void WINAPI | PMemoryAllocator_Free (PMemoryAllocator *_this, void *pv) |
static void | setup_vtable (struct _PMemoryAllocator_vtable *vtable) |
static void | test_propertytovariant (void) |
static void | test_varianttoproperty (void) |
START_TEST (propvariant) | |
Variables | |
static const struct valid_mapping | valid_types [] |
static const char * | wine_vtypes [VT_CLSID+1] |
static const IUnknownVtbl | unk_vtbl |
static const char | serialized_empty [] |
static const char | serialized_null [] |
static const char | serialized_i4 [] |
static const char | serialized_bstr_wc [] |
static const char | serialized_bstr_mb [] |
#define COBJMACROS |
Definition at line 21 of file propvariant.c.
#define PROP_INV 0x7f |
Definition at line 33 of file propvariant.c.
#define PROP_TODO 0x80 |
Definition at line 40 of file propvariant.c.
#define PROP_V0 0 |
Definition at line 35 of file propvariant.c.
#define PROP_V1 1 |
Definition at line 37 of file propvariant.c.
#define PROP_V1A 2 |
Definition at line 39 of file propvariant.c.
typedef struct _PMemoryAllocator PMemoryAllocator |
Definition at line 138 of file propvariant.c.
Definition at line 312 of file propvariant.c.
Referenced by unk_AddRef(), unk_QueryInterface(), and unk_Release().
|
static |
|
static |
Definition at line 439 of file propvariant.c.
Referenced by setup_vtable().
|
static |
Definition at line 482 of file propvariant.c.
Referenced by test_propertytovariant().
START_TEST | ( | propvariant | ) |
Definition at line 676 of file propvariant.c.
Definition at line 350 of file propvariant.c.
Referenced by START_TEST().
Definition at line 523 of file propvariant.c.
Referenced by START_TEST().
Definition at line 182 of file propvariant.c.
Referenced by START_TEST().
Definition at line 582 of file propvariant.c.
Referenced by START_TEST().
Definition at line 327 of file propvariant.c.
Definition at line 317 of file propvariant.c.
Definition at line 335 of file propvariant.c.
Definition at line 515 of file propvariant.c.
Referenced by test_propertytovariant(), and test_varianttoproperty().
Definition at line 506 of file propvariant.c.
Referenced by test_propertytovariant(), and test_varianttoproperty().
Definition at line 490 of file propvariant.c.
Referenced by test_propertytovariant(), and test_varianttoproperty().
Definition at line 500 of file propvariant.c.
Referenced by test_propertytovariant(), and test_varianttoproperty().
Definition at line 495 of file propvariant.c.
Referenced by test_propertytovariant(), and test_varianttoproperty().
|
static |
Definition at line 343 of file propvariant.c.
Referenced by test_copy().
|
static |
Referenced by expect(), and test_validtypes().
Definition at line 124 of file propvariant.c.
Referenced by expect().