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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h796 #define IDirectSoundCaptureBuffer_Stop(p) (p)->lpVtbl->Stop(p) macro
811 #define IDirectSoundCaptureBuffer_Stop(p) (p)->Stop() macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h789 #define IDirectSoundCaptureBuffer_Stop(p) (p)->lpVtbl->Stop(p) macro
804 #define IDirectSoundCaptureBuffer_Stop(p) (p)->Stop() macro

Completed in 57 milliseconds