IDirectSoundBuffer_Play 581 3rdparty/include/dshow/dsound.h #define IDirectSoundBuffer_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c) IDirectSoundBuffer_Play 605 3rdparty/include/dshow/dsound.h #define IDirectSoundBuffer_Play(p,a,b,c) (p)->Play(a,b,c)