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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h595 #define IDirectSoundBuffer_SetFormat(p,a) (p)->lpVtbl->SetFormat(p,a) macro
619 #define IDirectSoundBuffer_SetFormat(p,a) (p)->SetFormat(a) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h588 #define IDirectSoundBuffer_SetFormat(p,a) (p)->lpVtbl->SetFormat(p,a) macro
612 #define IDirectSoundBuffer_SetFormat(p,a) (p)->SetFormat(a) macro

Completed in 59 milliseconds