ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

dmusic_main.c File Reference
#include "config.h"
#include "wine/port.h"
#include <stdio.h>
#include "dmusic_private.h"

Go to the source code of this file.

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 chardebugstr_fourcc (DWORD fourcc)
static const chardebugstr_dmversion (const DMUS_VERSION *version)
const chardebugstr_dmguid (const GUID *id)
static const chardebugstr_flags (DWORD flags, const flag_info *names, size_t num_names)
static const chardebugstr_DMUS_OBJ_FLAGS (DWORD flagmask)
const chardebugstr_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}

Generated on Sat May 26 2012 05:00:59 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.