|
ReactOS 0.4.16-dev-2332-g4cba65d
|

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 30 of file propvariant.c.
| #define PROP_TODO 0x80 |
Definition at line 37 of file propvariant.c.
| #define PROP_V0 0 |
Definition at line 32 of file propvariant.c.
| #define PROP_V1 1 |
Definition at line 34 of file propvariant.c.
| #define PROP_V1A 2 |
Definition at line 36 of file propvariant.c.
| typedef struct _PMemoryAllocator PMemoryAllocator |
Definition at line 135 of file propvariant.c.
Definition at line 309 of file propvariant.c.
Referenced by unk_AddRef(), unk_QueryInterface(), and unk_Release().
|
static |
|
static |
Definition at line 449 of file propvariant.c.
Referenced by setup_vtable().
|
static |
Definition at line 492 of file propvariant.c.
Referenced by test_propertytovariant().
| START_TEST | ( | propvariant | ) |
Definition at line 686 of file propvariant.c.
Definition at line 347 of file propvariant.c.
Referenced by START_TEST().
Definition at line 533 of file propvariant.c.
Referenced by START_TEST().
Definition at line 179 of file propvariant.c.
Referenced by START_TEST().
Definition at line 592 of file propvariant.c.
Referenced by START_TEST().
Definition at line 324 of file propvariant.c.
Definition at line 314 of file propvariant.c.
Definition at line 332 of file propvariant.c.
Definition at line 525 of file propvariant.c.
Referenced by test_propertytovariant(), and test_varianttoproperty().
Definition at line 516 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 510 of file propvariant.c.
Referenced by test_propertytovariant(), and test_varianttoproperty().
Definition at line 505 of file propvariant.c.
Referenced by test_propertytovariant(), and test_varianttoproperty().
|
static |
Definition at line 340 of file propvariant.c.
Referenced by test_copy().
|
static |
Referenced by expect(), and test_validtypes().
Definition at line 121 of file propvariant.c.
Referenced by expect().