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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h795 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->lpVtbl->Start(p,a) macro
810 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->Start(a) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h788 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->lpVtbl->Start(p,a) macro
803 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->Start(a) macro

Completed in 58 milliseconds