|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "objbase.h"#include "rpcproxy.h"#include "propsys.h"#include "wine/debug.h"#include "wine/list.h"#include "initguid.h"#include "propsys_private.h"
Go to the source code of this file.
Classes | |
| struct | propstore_value |
| struct | propstore_format |
| struct | PropertyStore |
Macros | |
| #define | COBJMACROS |
Variables | |
| static const IPropertyStoreCacheVtbl | PropertyStore_Vtbl |
| #define COBJMACROS |
Definition at line 21 of file propstore.c.
| DEFINE_GUID | ( | FMTID_NamedProperties | , |
| 0xd5cdd505 | , | ||
| 0x2e9c | , | ||
| 0x101b | , | ||
| 0x93 | , | ||
| 0x97 | , | ||
| 0x08 | , | ||
| 0x00 | , | ||
| 0x2b | , | ||
| 0x2c | , | ||
| 0xf9 | , | ||
| 0xae | |||
| ) |
|
static |
Definition at line 100 of file propstore.c.
Referenced by PropertyStore_Release().
|
inlinestatic |
Definition at line 61 of file propstore.c.
Referenced by PropertyStore_AddRef(), PropertyStore_GetAt(), PropertyStore_GetCount(), PropertyStore_GetState(), PropertyStore_GetValue(), PropertyStore_GetValueAndState(), PropertyStore_QueryInterface(), PropertyStore_Release(), PropertyStore_SetState(), PropertyStore_SetValue(), and PropertyStore_SetValueAndState().
|
static |
Definition at line 90 of file propstore.c.
|
static |
Definition at line 326 of file propstore.c.
Definition at line 451 of file propstore.c.
Referenced by InMemoryPropertyStoreFactory_CreateInstance(), and PSCreateMemoryPropertyStore().
|
static |
Definition at line 154 of file propstore.c.
|
static |
Definition at line 131 of file propstore.c.
|
static |
Definition at line 332 of file propstore.c.
|
static |
Definition at line 269 of file propstore.c.
|
static |
Definition at line 356 of file propstore.c.
|
static |
Definition at line 204 of file propstore.c.
Referenced by PropertyStore_GetState(), PropertyStore_GetValue(), PropertyStore_GetValueAndState(), PropertyStore_SetState(), PropertyStore_SetValue(), and PropertyStore_SetValueAndState().
|
static |
Definition at line 66 of file propstore.c.
|
static |
Definition at line 111 of file propstore.c.
|
static |
Definition at line 386 of file propstore.c.
|
static |
Definition at line 298 of file propstore.c.
|
static |
Definition at line 407 of file propstore.c.
| HRESULT WINAPI PSCreatePropertyStoreFromObject | ( | IUnknown * | obj, |
| DWORD | access, | ||
| REFIID | riid, | ||
| void ** | ret | ||
| ) |
Definition at line 481 of file propstore.c.
Referenced by test_PSCreatePropertyStoreFromObject().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | propsys | ) |
|
static |
Definition at line 436 of file propstore.c.
Referenced by PropertyStore_CreateInstance().