ReactOS 0.4.16-dev-527-gdad3a09
|
#include <stdarg.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winreg.h"
#include "winerror.h"
#include "ole2.h"
#include "uuids.h"
#include "strmif.h"
#include "wine/debug.h"
#include "wine/unicode.h"
Go to the source code of this file.
Classes | |
struct | regsvr_interface |
struct | regsvr_coclass |
struct | regsvr_mediatype_parsing |
struct | regsvr_mediatype_extension |
struct | mediatype |
struct | pin |
struct | regsvr_filter |
Macros | |
#define | NONAMELESSUNION |
#define | NONAMELESSSTRUCT |
#define | COBJMACROS |
Variables | |
static const WCHAR | interface_keyname [] |
static const WCHAR | base_ifa_keyname [] |
static const WCHAR | num_methods_keyname [] |
static const WCHAR | ps_clsid_keyname [] |
static const WCHAR | ps_clsid32_keyname [] |
static const WCHAR | clsid_keyname [] |
static const WCHAR | curver_keyname [] |
static const WCHAR | ips_keyname [] |
static const WCHAR | ips32_keyname [] |
static const WCHAR | progid_keyname [] |
static const WCHAR | viprogid_keyname [] |
static const char | tmodel_valuename [] = "ThreadingModel" |
static const WCHAR | mediatype_name [] |
static const WCHAR | subtype_valuename [] |
static const WCHAR | sourcefilter_valuename [] |
static const WCHAR | extensions_keyname [] |
static struct regsvr_coclass const | coclass_list [] |
static struct regsvr_interface const | interface_list [] |
static struct regsvr_mediatype_parsing const | mediatype_parsing_list [] |
static struct regsvr_mediatype_extension const | mediatype_extension_list [] |
static struct regsvr_filter const | filter_list [] |
Definition at line 1107 of file regsvr.c.
Definition at line 1078 of file regsvr.c.
Referenced by QUARTZ_DllRegisterServer().
|
static |
Definition at line 275 of file regsvr.c.
|
static |
Definition at line 572 of file regsvr.c.
Referenced by QUARTZ_DllRegisterServer().
|
static |
Definition at line 181 of file regsvr.c.
Definition at line 679 of file regsvr.c.
|
static |
Definition at line 448 of file regsvr.c.
Referenced by QUARTZ_DllRegisterServer().
|
static |
Definition at line 395 of file regsvr.c.
Referenced by QUARTZ_DllRegisterServer().
|
static |
Definition at line 729 of file regsvr.c.
|
static |
Definition at line 355 of file regsvr.c.
|
static |
Definition at line 656 of file regsvr.c.
Referenced by DllUnregisterServer().
|
static |
Definition at line 249 of file regsvr.c.
|
static |
Definition at line 541 of file regsvr.c.
Referenced by DllUnregisterServer().
|
static |
Definition at line 500 of file regsvr.c.
Referenced by DllUnregisterServer().
WINE_DEFAULT_DEBUG_CHANNEL | ( | quartz | ) |
|
static |
Definition at line 163 of file regsvr.c.
Referenced by register_mediatypes_extension(), and unregister_mediatypes_extension().
|
static |
Definition at line 879 of file regsvr.c.
Referenced by DllUnregisterServer(), and QUARTZ_DllRegisterServer().
|
static |
|
static |
Definition at line 867 of file regsvr.c.
Referenced by DllUnregisterServer(), and QUARTZ_DllRegisterServer().
Definition at line 157 of file regsvr.c.
Referenced by register_mediatypes_extension(), register_mediatypes_parsing(), unregister_mediatypes_extension(), and unregister_mediatypes_parsing().
|
static |
Definition at line 794 of file regsvr.c.
Referenced by DllUnregisterServer(), and QUARTZ_DllRegisterServer().
Definition at line 161 of file regsvr.c.
Referenced by register_mediatypes_extension(), and register_mediatypes_parsing().
Definition at line 159 of file regsvr.c.
Referenced by register_mediatypes_extension().