ReactOS 0.4.16-dev-981-g80eb313
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "objbase.h"
#include "rpcproxy.h"
#include "propsys.h"
#include "wine/debug.h"
#include "propsys_private.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Variables | |
static const IClassFactoryVtbl | InMemoryPropertyStoreFactoryVtbl |
static IClassFactory | InMemoryPropertyStoreFactory = { &InMemoryPropertyStoreFactoryVtbl } |
static const IPropertySystemVtbl | propsysvtbl |
static IPropertySystem | propsys = { &propsysvtbl } |
static const BYTE | hex2bin [] |
#define COBJMACROS |
Definition at line 22 of file propsys_main.c.
|
static |
Definition at line 58 of file propsys_main.c.
|
static |
Definition at line 70 of file propsys_main.c.
|
static |
Definition at line 37 of file propsys_main.c.
|
static |
Definition at line 64 of file propsys_main.c.
Definition at line 95 of file propsys_main.c.
|
static |
Definition at line 77 of file propsys_main.c.
|
static |
Definition at line 120 of file propsys_main.c.
|
static |
Definition at line 149 of file propsys_main.c.
|
static |
|
static |
Definition at line 164 of file propsys_main.c.
|
static |
Definition at line 130 of file propsys_main.c.
|
static |
Definition at line 136 of file propsys_main.c.
|
static |
Definition at line 143 of file propsys_main.c.
|
static |
Definition at line 106 of file propsys_main.c.
|
static |
Definition at line 182 of file propsys_main.c.
|
static |
Definition at line 172 of file propsys_main.c.
|
static |
Definition at line 125 of file propsys_main.c.
|
static |
Definition at line 177 of file propsys_main.c.
Definition at line 471 of file propsys_main.c.
Referenced by test_propertystore(), test_PSCreateMemoryPropertyStore(), and test_PSCreatePropertyStoreFromObject().
HRESULT WINAPI PSGetPropertyDescription | ( | REFPROPERTYKEY | propkey, |
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 223 of file propsys_main.c.
Referenced by propsys_GetPropertyDescription().
HRESULT WINAPI PSGetPropertyDescriptionListFromString | ( | LPCWSTR | proplist, |
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 229 of file propsys_main.c.
Referenced by propsys_GetPropertyDescriptionListFromString().
Definition at line 235 of file propsys_main.c.
Definition at line 204 of file propsys_main.c.
Definition at line 389 of file propsys_main.c.
Referenced by test_PSPropertyKeyFromString().
Definition at line 241 of file propsys_main.c.
Referenced by propsys_RefreshPropertySchema(), and test_PSRefreshPropertySchema().
Definition at line 209 of file propsys_main.c.
Referenced by propsys_RegisterPropertySchema().
HRESULT WINAPI PSStringFromPropertyKey | ( | REFPROPERTYKEY | pkey, |
LPWSTR | psz, | ||
UINT | cch | ||
) |
Definition at line 247 of file propsys_main.c.
Referenced by test_PSStringFromPropertyKey().
Definition at line 216 of file propsys_main.c.
Referenced by propsys_UnregisterPropertySchema().
Definition at line 354 of file propsys_main.c.
Referenced by PSPropertyKeyFromString().
Definition at line 318 of file propsys_main.c.
Referenced by string_to_guid().
WINE_DEFAULT_DEBUG_CHANNEL | ( | propsys | ) |
Definition at line 307 of file propsys_main.c.
Referenced by string_to_guid(), and validate_indices().
|
static |
Definition at line 93 of file propsys_main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 85 of file propsys_main.c.
|
static |
Definition at line 202 of file propsys_main.c.
Referenced by propvar_changetype(), and PSGetPropertySystem().
|
static |
Definition at line 187 of file propsys_main.c.