Home
last modified time | relevance | path

Searched refs:IAMDirectSound (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Damaudio.h13 #define INTERFACE IAMDirectSound
15 DECLARE_INTERFACE_(IAMDirectSound,IUnknown) in DECLARE_INTERFACE_() argument
/reactos/dll/directx/wine/quartz/
H A Ddsoundrender.c58 IAMDirectSound IAMDirectSound_iface;
98 static inline DSoundRenderImpl *impl_from_IAMDirectSound(IAMDirectSound *iface) in impl_from_IAMDirectSound()
1165 static HRESULT WINAPI AMDirectSound_QueryInterface(IAMDirectSound *iface, in AMDirectSound_QueryInterface()
1176 static ULONG WINAPI AMDirectSound_AddRef(IAMDirectSound *iface) in AMDirectSound_AddRef()
1185 static ULONG WINAPI AMDirectSound_Release(IAMDirectSound *iface) in AMDirectSound_Release()
1195 static HRESULT WINAPI AMDirectSound_GetDirectSoundInterface(IAMDirectSound *iface, IDirectSound **… in AMDirectSound_GetDirectSoundInterface()
1204 static HRESULT WINAPI AMDirectSound_GetPrimaryBufferInterface(IAMDirectSound *iface, IDirectSoundBu… in AMDirectSound_GetPrimaryBufferInterface()
1213 static HRESULT WINAPI AMDirectSound_GetSecondaryBufferInterface(IAMDirectSound *iface, IDirectSound… in AMDirectSound_GetSecondaryBufferInterface()
1222 static HRESULT WINAPI AMDirectSound_ReleaseDirectSoundInterface(IAMDirectSound *iface, IDirectSound… in AMDirectSound_ReleaseDirectSoundInterface()
1249 static HRESULT WINAPI AMDirectSound_SetFocusWindow(IAMDirectSound *iface, HWND hwnd, BOOL bgaudible) in AMDirectSound_SetFocusWindow()
[all …]
/reactos/modules/rostests/winetests/quartz/
H A Ddsoundrender.c127 IAMDirectSound *pAMDirectSound = NULL; in test_query_interface()