Searched defs:IDirectSound_CreateSoundBuffer (Results 1 – 1 of 1) sorted by relevance
| /third_party/mingw-w64/mingw-w64-headers/direct-x/include/ |
| D | dsound.h | 585 #define IDirectSound_CreateSoundBuffer(p,a,b,c) (p)->lpVtbl->CreateSoundBuffer(p,a,b,c) macro 599 #define IDirectSound_CreateSoundBuffer(p,a,b,c) (p)->CreateSoundBuffer(a,b,c) macro
|