|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <mmdrv.h>

Public Attributes | |
| struct _SessionInfo * | next |
| DeviceType | device_type |
| UINT | device_id |
| HANDLE | kernel_device_handle |
| union { | |
| HDRVR mme_handle | |
| HWAVE mme_wave_handle | |
| HMIDI mme_midi_handle | |
| }; | |
| BOOL | is_paused |
| DWORD_PTR | app_user_data |
| DWORD_PTR | callback |
| DWORD | flags |
| union { | |
| PWAVEHDR wave_queue | |
| PMIDIHDR midi_queue | |
| }; | |
| DWORD | buffer_position |
| LoopInfo | loop |
| ThreadInfo | thread |
| union { ... } _SessionInfo::@526 |
| union { ... } _SessionInfo::@528 |
| DWORD_PTR _SessionInfo::app_user_data |
Definition at line 150 of file mmdrv.h.
Referenced by NotifyClient(), and OpenDevice().
| DWORD _SessionInfo::buffer_position |
Definition at line 166 of file mmdrv.h.
Referenced by QueueWaveBuffer().
| DWORD_PTR _SessionInfo::callback |
Definition at line 151 of file mmdrv.h.
Referenced by NotifyClient(), and OpenDevice().
| UINT _SessionInfo::device_id |
Definition at line 134 of file mmdrv.h.
Referenced by GetSession().
| DeviceType _SessionInfo::device_type |
Definition at line 133 of file mmdrv.h.
Referenced by GetSession(), ReturnCompletedBuffers(), and StartSessionThread().
| DWORD _SessionInfo::flags |
Definition at line 153 of file mmdrv.h.
Referenced by NotifyClient(), and OpenDevice().
| HANDLE _SessionInfo::kernel_device_handle |
Definition at line 136 of file mmdrv.h.
Referenced by CloseDevice(), OpenDevice(), and ProcessSessionThreadRequest().
| HDRVR _SessionInfo::mme_handle |
Definition at line 141 of file mmdrv.h.
Referenced by NotifyClient().
| HWAVE _SessionInfo::mme_wave_handle |
Definition at line 142 of file mmdrv.h.
Referenced by OpenDevice().
| struct _SessionInfo* _SessionInfo::next |
Definition at line 131 of file mmdrv.h.
Referenced by DestroySession(), and GetSession().
| ThreadInfo _SessionInfo::thread |
Definition at line 172 of file mmdrv.h.
Referenced by CallSessionThread(), ProcessSessionThreadRequest(), StartSessionThread(), and WaveThread().
| PWAVEHDR _SessionInfo::wave_queue |
Definition at line 158 of file mmdrv.h.
Referenced by ProcessSessionThreadRequest(), QueueWaveBuffer(), and ReturnCompletedBuffers().