Changeset 5438 for trunk/include/win/dsound.h
- Timestamp:
- Apr 2, 2001, 11:54:45 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/dsound.h
r4133 r5438 1 /* $Id: dsound.h,v 1. 4 2000-08-31 12:46:05sandervl Exp $ */1 /* $Id: dsound.h,v 1.5 2001-04-02 09:54:20 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_DSOUND_H … … 273 273 #define IDirectSoundBuffer_GetCaps(p,a) ICOM_CALL1(GetCaps,p,a) 274 274 #define IDirectSoundBuffer_GetCurrentPosition16(p,a,b) ICOM_CALL2(GetCurrentPosition16,p,a,b) 275 #define IDirectSoundBuffer_GetCurrentPosition(p,a,b) ICOM_CALL2(GetCurrentPosition,p,a,b) 275 276 #define IDirectSoundBuffer_GetFormat(p,a,b,c) ICOM_CALL3(GetFormat,p,a,b,c) 276 277 #define IDirectSoundBuffer_GetVolume(p,a) ICOM_CALL1(GetVolume,p,a) 277 278 #define IDirectSoundBuffer_GetPan(p,a) ICOM_CALL1(GetPan,p,a) 278 279 #define IDirectSoundBuffer_GetFrequency(p,a) ICOM_CALL1(GetFrequency,p,a) 279 #define IDirectSoundBuffer_GetStatus(p,a) ICOM_CALL1(GetStatus,p,a 280 #define IDirectSoundBuffer_GetStatus(p,a) ICOM_CALL1(GetStatus,p,a) 280 281 #define IDirectSoundBuffer_Initialize(p,a,b) ICOM_CALL2(Initialize,p,a,b) 281 282 #define IDirectSoundBuffer_Lock(p,a,b,c,d,e,f,g) ICOM_CALL7(Lock,p,a,b,c,d,e,f,g) … … 287 288 #define IDirectSoundBuffer_SetFrequency(p,a) ICOM_CALL1(SetFrequency,p,a) 288 289 #define IDirectSoundBuffer_Stop(p) ICOM_CALL (Stop,p) 289 #define IDirectSoundBuffer_Unlock(p,a,b,c,d) ICOM_CALL4(Unlock,p,a,b,c, )290 #define IDirectSoundBuffer_Unlock(p,a,b,c,d) ICOM_CALL4(Unlock,p,a,b,c,d) 290 291 #define IDirectSoundBuffer_Restore(p) ICOM_CALL (Restore,p) 291 292 #endif
Note:
See TracChangeset
for help on using the changeset viewer.