#include "dmusic_private.h"
#include "wine/unicode.h"
Go to the source code of this file.
Data Structures |
| struct | regsvr_interface |
| struct | regsvr_coclass |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (dmusic) |
| static HRESULT | register_interfaces (struct regsvr_interface const *list) |
| static HRESULT | unregister_interfaces (struct regsvr_interface const *list) |
| static HRESULT | register_coclasses (struct regsvr_coclass const *list) |
| static HRESULT | unregister_coclasses (struct regsvr_coclass const *list) |
| static LONG | register_key_guid (HKEY base, WCHAR const *name, GUID const *guid) |
| static LONG | register_key_defvalueW (HKEY base, WCHAR const *name, WCHAR const *value) |
| static LONG | register_key_defvalueA (HKEY base, WCHAR const *name, char const *value) |
| static LONG | register_progid (WCHAR const *clsid, char const *progid, char const *curver_progid, char const *name, char const *extra) |
| HRESULT WINAPI | DllRegisterServer (void) |
| HRESULT WINAPI | DllUnregisterServer (void) |
Variables |
| static WCHAR const | interface_keyname [10] |
| static WCHAR const | base_ifa_keyname [14] |
| static WCHAR const | num_methods_keyname [11] |
| static WCHAR const | ps_clsid_keyname [15] |
| static WCHAR const | ps_clsid32_keyname [17] |
| static WCHAR const | clsid_keyname [6] |
| static WCHAR const | curver_keyname [7] |
| static WCHAR const | ips_keyname [13] |
| static WCHAR const | ips32_keyname [15] |
| static WCHAR const | progid_keyname [7] |
| static WCHAR const | viprogid_keyname [25] |
| static char const | tmodel_valuename [] = "ThreadingModel" |
| static struct regsvr_coclass const | coclass_list [] |
static struct regsvr_interface
const | interface_list [] |