Searched defs:IDirectSound8_CreateSoundBuffer (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | dsound.h | 509 #define IDirectSound8_CreateSoundBuffer(p,a,b,c) (p)->lpVtbl->CreateSoundBuffer(p,a,b,c) macro 525 #define IDirectSound8_CreateSoundBuffer(p,a,b,c) (p)->CreateSoundBuffer(a,b,c) macro
|