Searched refs:CDirectSoundNotifyImpl (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/directx/dsound_new/ |
H A D | notify.c | 31 }CDirectSoundNotifyImpl, *LPCDirectSoundNotifyImpl; typedef 40 …tifyImpl This = (LPCDirectSoundNotifyImpl)CONTAINING_RECORD(iface, CDirectSoundNotifyImpl, lpVtbl); in IDirectSoundNotify_fnAddRef() 55 …tifyImpl This = (LPCDirectSoundNotifyImpl)CONTAINING_RECORD(iface, CDirectSoundNotifyImpl, lpVtbl); in IDirectSoundNotify_fnRelease() 74 …tifyImpl This = (LPCDirectSoundNotifyImpl)CONTAINING_RECORD(iface, CDirectSoundNotifyImpl, lpVtbl); in IDirectSoundNotify_fnQueryInterface() 99 …tifyImpl This = (LPCDirectSoundNotifyImpl)CONTAINING_RECORD(iface, CDirectSoundNotifyImpl, lpVtbl); in IDirectSoundNotify_fnSetNotificationPositions() 198 …tifyImpl This = (LPCDirectSoundNotifyImpl)CONTAINING_RECORD(iface, CDirectSoundNotifyImpl, lpVtbl); in DoNotifyPositionEvents() 239 LPCDirectSoundNotifyImpl This = HeapAlloc(GetProcessHeap(), 0, sizeof(CDirectSoundNotifyImpl)); in NewDirectSoundNotify()
|