Changeset 21878 for branches/gcc-kmk/src/dsound/OS23DBuffer.h
- Timestamp:
- Dec 13, 2011, 11:17:52 AM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/src/dsound/OS23DBuffer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/dsound/OS23DBuffer.h
r3099 r21878 58 58 }; 59 59 60 HRESULT __stdcall Sound3DBufferQueryInterface(THIS, REFIID riid, LPVOID * ppvObj); 61 ULONG __stdcall Sound3DBufferAddRef(THIS); 62 ULONG __stdcall Sound3DBufferRelease(THIS); 63 HRESULT __stdcall Sound3DBufferGetAllParameters(THIS, LPDS3DBUFFER lpDs3dBuffer); 64 HRESULT __stdcall Sound3DBufferSetAllParameters(THIS, LPCDS3DBUFFER lpcDs3dBuffer, DWORD dwApply); 65 HRESULT __stdcall Sound3DBufferGetMaxDistance(THIS, LPD3DVALUE lpflMaxDistance); 66 HRESULT __stdcall Sound3DBufferGetMinDistance(THIS, LPD3DVALUE lpflMinDistance); 67 HRESULT __stdcall Sound3DBufferSetMaxDistance(THIS, D3DVALUE flMaxDistance, DWORD dwApply); 68 HRESULT __stdcall Sound3DBufferSetMinDistance(THIS, D3DVALUE flMinDistance, DWORD dwApply); 69 HRESULT __stdcall Sound3DBufferGetMode(THIS, LPDWORD lpdwMode); 70 HRESULT __stdcall Sound3DBufferSetMode(THIS, DWORD dwMode, DWORD dwApply); 71 HRESULT __stdcall Sound3DBufferGetPosition(THIS, LPD3DVECTOR lpvPosition); 72 HRESULT __stdcall Sound3DBufferSetPosition(THIS, D3DVALUE x, D3DVALUE y, D3DVALUE z, DWORD dwApply); 73 HRESULT __stdcall Sound3DBufferGetConeAngles(THIS, LPDWORD lpdwInsideConeAngle, LPDWORD lpdwOutsideConeAngle); 74 HRESULT __stdcall Sound3DBufferSetConeAngles(THIS, DWORD dwInsideConeAngle, DWORD dwOutsideConeAngle, DWORD dwApply); 75 HRESULT __stdcall Sound3DBufferGetConeOrientation(THIS, LPD3DVECTOR lpvOrientation); 76 HRESULT __stdcall Sound3DBufferSetConeOrientation(THIS, D3DVALUE x, D3DVALUE y, D3DVALUE z, DWORD dwApply); 77 HRESULT __stdcall Sound3DBufferGetConeOutsideVolume(THIS, LPLONG lplConeOutsideVolume); 78 HRESULT __stdcall Sound3DBufferSetConeOutsideVolume(THIS, LONG lConeOutsideVolume, DWORD dwApply); 79 HRESULT __stdcall Sound3DBufferGetVelocity(THIS, LPD3DVECTOR lpvVelocity); 80 HRESULT __stdcall Sound3DBufferSetVelocity(THIS, D3DVALUE x, D3DVALUE y, D3DVALUE z, DWORD dwApply); 81 60 82 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
