ReactOS 0.4.16-dev-1-gcf26321
|
#include <mmebuddy.h>
Public Attributes | |
OVERLAPPED | Standard |
struct _SOUND_DEVICE_INSTANCE * | SoundDeviceInstance |
PWAVEHDR | Header |
LPOVERLAPPED_COMPLETION_ROUTINE | OriginalCompletionRoutine |
PVOID | CompletionContext |
Definition at line 118 of file mmebuddy.h.
PVOID _SOUND_OVERLAPPED::CompletionContext |
Definition at line 125 of file mmebuddy.h.
Referenced by CommitWaveBufferApc(), LegacyCompletionRoutine(), and MixerCompletionRoutine().
PWAVEHDR _SOUND_OVERLAPPED::Header |
Definition at line 122 of file mmebuddy.h.
Referenced by CompleteIO(), and DoWaveStreaming().
LPOVERLAPPED_COMPLETION_ROUTINE _SOUND_OVERLAPPED::OriginalCompletionRoutine |
Definition at line 124 of file mmebuddy.h.
Referenced by CommitWaveBufferApc(), LegacyCompletionRoutine(), and MixerCompletionRoutine().
struct _SOUND_DEVICE_INSTANCE* _SOUND_OVERLAPPED::SoundDeviceInstance |
Definition at line 121 of file mmebuddy.h.
Referenced by CompleteIO(), and DoWaveStreaming().
OVERLAPPED _SOUND_OVERLAPPED::Standard |
Definition at line 120 of file mmebuddy.h.
Referenced by CommitWaveBufferApc().