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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h582 #define IDirectSoundBuffer_Release(p) (p)->lpVtbl->Release(p) macro
606 #define IDirectSoundBuffer_Release(p) (p)->Release() macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h575 #define IDirectSoundBuffer_Release(p) (p)->lpVtbl->Release(p) macro
599 #define IDirectSoundBuffer_Release(p) (p)->Release() macro

Completed in 137 milliseconds