Searched defs:IDirectSoundBuffer_Play (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h593 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c) macro
617 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->Play(a,b,c) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h586 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c) macro
610 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->Play(a,b,c) macro

Completed in 56 milliseconds