ReactOS 0.4.16-dev-13-ge2fc578
|
#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 HINSTANCE | propsys_hInstance |
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 90 of file propsys_main.c.
|
static |
Definition at line 102 of file propsys_main.c.
|
static |
Definition at line 69 of file propsys_main.c.
|
static |
Definition at line 96 of file propsys_main.c.
Definition at line 138 of file propsys_main.c.
Definition at line 127 of file propsys_main.c.
Definition at line 42 of file propsys_main.c.
Definition at line 59 of file propsys_main.c.
Definition at line 64 of file propsys_main.c.
|
static |
Definition at line 109 of file propsys_main.c.
|
static |
Definition at line 157 of file propsys_main.c.
|
static |
Definition at line 186 of file propsys_main.c.
|
static |
|
static |
Definition at line 201 of file propsys_main.c.
|
static |
Definition at line 167 of file propsys_main.c.
|
static |
Definition at line 173 of file propsys_main.c.
|
static |
Definition at line 180 of file propsys_main.c.
|
static |
Definition at line 143 of file propsys_main.c.
|
static |
Definition at line 219 of file propsys_main.c.
|
static |
Definition at line 209 of file propsys_main.c.
|
static |
Definition at line 162 of file propsys_main.c.
|
static |
Definition at line 214 of file propsys_main.c.
Definition at line 514 of file propsys_main.c.
Referenced by test_propertystore(), and test_PSCreateMemoryPropertyStore().
HRESULT WINAPI PSGetPropertyDescription | ( | REFPROPERTYKEY | propkey, |
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 260 of file propsys_main.c.
Referenced by propsys_GetPropertyDescription().
HRESULT WINAPI PSGetPropertyDescriptionListFromString | ( | LPCWSTR | proplist, |
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 266 of file propsys_main.c.
Referenced by propsys_GetPropertyDescriptionListFromString().
Definition at line 272 of file propsys_main.c.
Definition at line 241 of file propsys_main.c.
Definition at line 432 of file propsys_main.c.
Referenced by test_PSPropertyKeyFromString().
Definition at line 278 of file propsys_main.c.
Referenced by propsys_RefreshPropertySchema(), and test_PSRefreshPropertySchema().
Definition at line 246 of file propsys_main.c.
Referenced by propsys_RegisterPropertySchema().
HRESULT WINAPI PSStringFromPropertyKey | ( | REFPROPERTYKEY | pkey, |
LPWSTR | psz, | ||
UINT | cch | ||
) |
Definition at line 284 of file propsys_main.c.
Referenced by test_PSStringFromPropertyKey().
Definition at line 253 of file propsys_main.c.
Referenced by propsys_UnregisterPropertySchema().
Definition at line 397 of file propsys_main.c.
Referenced by PSPropertyKeyFromString().
Definition at line 361 of file propsys_main.c.
Referenced by string_to_guid().
WINE_DEFAULT_DEBUG_CHANNEL | ( | propsys | ) |
Definition at line 350 of file propsys_main.c.
Referenced by string_to_guid(), and validate_indices().
|
static |
Definition at line 125 of file propsys_main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 117 of file propsys_main.c.
|
static |
Definition at line 239 of file propsys_main.c.
Referenced by propvar_changetype(), and PSGetPropertySystem().
|
static |
Definition at line 40 of file propsys_main.c.
Referenced by DllMain(), DllRegisterServer(), and DllUnregisterServer().
|
static |
Definition at line 224 of file propsys_main.c.