Data Structures |
| struct | IClassFactoryImpl |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (dmusic) |
| static HRESULT WINAPI | DirectMusicCF_QueryInterface (LPCLASSFACTORY iface, REFIID riid, LPVOID *ppobj) |
| static ULONG WINAPI | DirectMusicCF_AddRef (LPCLASSFACTORY iface) |
| static ULONG WINAPI | DirectMusicCF_Release (LPCLASSFACTORY iface) |
| static HRESULT WINAPI | DirectMusicCF_CreateInstance (LPCLASSFACTORY iface, LPUNKNOWN pOuter, REFIID riid, LPVOID *ppobj) |
| static HRESULT WINAPI | DirectMusicCF_LockServer (LPCLASSFACTORY iface, BOOL dolock) |
| static HRESULT WINAPI | CollectionCF_QueryInterface (LPCLASSFACTORY iface, REFIID riid, LPVOID *ppobj) |
| static ULONG WINAPI | CollectionCF_AddRef (LPCLASSFACTORY iface) |
| static ULONG WINAPI | CollectionCF_Release (LPCLASSFACTORY iface) |
| static HRESULT WINAPI | CollectionCF_CreateInstance (LPCLASSFACTORY iface, LPUNKNOWN pOuter, REFIID riid, LPVOID *ppobj) |
| static HRESULT WINAPI | CollectionCF_LockServer (LPCLASSFACTORY iface, BOOL dolock) |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
| HRESULT WINAPI | DllCanUnloadNow (void) |
| HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
| DWORD | MIDILOCALE2Patch (LPMIDILOCALE pLocale) |
| void | Patch2MIDILOCALE (DWORD dwPatch, LPMIDILOCALE pLocale) |
| int | even_or_odd (DWORD number) |
| const char * | debugstr_fourcc (DWORD fourcc) |
| static const char * | debugstr_dmversion (const DMUS_VERSION *version) |
| const char * | debugstr_dmguid (const GUID *id) |
| static const char * | debugstr_flags (DWORD flags, const flag_info *names, size_t num_names) |
| static const char * | debugstr_DMUS_OBJ_FLAGS (DWORD flagmask) |
| const char * | debugstr_DMUS_OBJECTDESC (LPDMUS_OBJECTDESC pDesc) |
Variables |
| LONG | DMUSIC_refCount = 0 |
| static const IClassFactoryVtbl | DirectMusicCF_Vtbl |
| static IClassFactoryImpl | DirectMusic_CF = {&DirectMusicCF_Vtbl} |
| static const IClassFactoryVtbl | CollectionCF_Vtbl |
| static IClassFactoryImpl | Collection_CF = {&CollectionCF_Vtbl} |