Searched defs:IDirectSound3DListener_QueryInterface (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | dsound.h | 987 #define IDirectSound3DListener_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) macro 1008 #define IDirectSound3DListener_QueryInterface(p,a,b) (p)->QueryInterface(a,b) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | dsound.h | 980 #define IDirectSound3DListener_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) macro 1001 #define IDirectSound3DListener_QueryInterface(p,a,b) (p)->QueryInterface(a,b) macro
|
Completed in 56 milliseconds