Go to the source code of this file.
Data Structures |
| struct | PNOTIFYEVENT |
| struct | CDirectSoundNotifyImpl |
Typedefs |
typedef struct
CDirectSoundNotifyImpl * | LPCDirectSoundNotifyImpl |
Functions |
| static ULONG WINAPI | IDirectSoundNotify_fnAddRef (LPDIRECTSOUNDNOTIFY iface) |
| static ULONG WINAPI | IDirectSoundNotify_fnRelease (LPDIRECTSOUNDNOTIFY iface) |
| HRESULT WINAPI | IDirectSoundNotify_fnQueryInterface (LPDIRECTSOUNDNOTIFY iface, IN REFIID riid, LPVOID *ppobj) |
| HRESULT WINAPI | IDirectSoundNotify_fnSetNotificationPositions (LPDIRECTSOUNDNOTIFY iface, DWORD dwPositionNotifies, LPCDSBPOSITIONNOTIFY pcPositionNotifies) |
| VOID | DoNotifyPositionEvents (LPDIRECTSOUNDNOTIFY iface, DWORD OldPosition, DWORD NewPosition) |
| HRESULT | NewDirectSoundNotify (LPDIRECTSOUNDNOTIFY *Notify, BOOL bLoop, BOOL bMix, HANDLE hPin, DWORD BufferSize) |
Variables |
| static IDirectSoundNotifyVtbl | vt_DirectSoundNotify |