Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/d3drm/
H A Dd3drm.c7508 …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 Dd3drmobj.h3809 #define IDirect3DRMAnimation_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,… macro
3832 #define IDirect3DRMAnimation_QueryInterface(p,a,b) (p)->QueryInterface(a,b) macro