Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Ddsound.h1059 STDMETHOD(SetConeOrientation)(THIS_ D3DVALUE x, D3DVALUE y, D3DVALUE z, DWORD dwApply) PURE; in DECLARE_INTERFACE_() local
1086 #define IDirectSound3DBuffer_SetConeOrientation(p,a,b,c,d) (p)->lpVtbl->SetConeOrientation(p,a,b,c,…
1110 #define IDirectSound3DBuffer_SetConeOrientation(p,a,b,c,d) (p)->SetConeOrientation(a,b,c,d)