ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <winemm.h>
Public Attributes | |
UINT | uDeviceID |
UINT | type |
UINT | mmdIndex |
DWORD_PTR | dwDriverInstance |
WORD | dwFlags |
DWORD_PTR | dwCallback |
DWORD_PTR | dwClientInstance |
DWORD_PTR tagWINE_MLD::dwCallback |
Definition at line 100 of file winemm.h.
Referenced by MMDRV_Alloc().
DWORD_PTR tagWINE_MLD::dwClientInstance |
Definition at line 101 of file winemm.h.
Referenced by MMDRV_Alloc().
DWORD_PTR tagWINE_MLD::dwDriverInstance |
Definition at line 97 of file winemm.h.
Referenced by MMDRV_InitPerType(), MMDRV_Message(), and MMDRV_Open().
WORD tagWINE_MLD::dwFlags |
Definition at line 99 of file winemm.h.
Referenced by MMDRV_Alloc().
UINT tagWINE_MLD::mmdIndex |
Definition at line 96 of file winemm.h.
Referenced by MMDRV_GetRelated(), MMDRV_InitPerType(), MMDRV_Message(), MMDRV_Open(), and MMDRV_PhysicalFeatures().
UINT tagWINE_MLD::type |
Definition at line 95 of file winemm.h.
Referenced by MMDRV_Alloc(), MMDRV_Get(), MMDRV_InitPerType(), MMDRV_Message(), and MMDRV_Open().
UINT tagWINE_MLD::uDeviceID |
Definition at line 94 of file winemm.h.
Referenced by midiInGetID(), midiInOpen(), midiOutGetID(), midiOutOpen(), midiStreamOpen(), mixerGetID(), mixerOpen(), MMDRV_InitPerType(), MMDRV_Message(), MMDRV_Open(), WAVE_Open(), waveInGetID(), and waveOutGetID().