Searched refs:IDirect3DRMAnimation_QueryInterface (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/d3drm/ |
H A D | d3drm.c | 7508 …hr = IDirect3DRMAnimation_QueryInterface(animation, &IID_IDirect3DRMAnimation2, (void **)&animatio… in test_animation() 7512 hr = IDirect3DRMAnimation_QueryInterface(animation, &IID_IDirect3DRMObject, (void **)&obj); in test_animation() 7903 hr = IDirect3DRMAnimation_QueryInterface(animation, &IID_IUnknown, (void **)&unknown); in test_animation_qi()
|
/reactos/sdk/include/psdk/ |
H A D | d3drmobj.h | 3809 #define IDirect3DRMAnimation_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,… macro 3832 #define IDirect3DRMAnimation_QueryInterface(p,a,b) (p)->QueryInterface(a,b) macro
|