Home
last modified time | relevance | path

Searched refs:IDirectPlaySP_QueryInterface (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/reactos/wine/
H A Ddplaysp.h95 #define IDirectPlaySP_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) macro
/reactos/dll/directx/wine/dplayx/
H A Ddplaysp.c702 hr = IDirectPlaySP_QueryInterface( &obj->IDirectPlaySP_iface, riid, ppv ); in dplaysp_create()