Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/dinput8/
H A Ddinput.c256 hr = IDirectInput8_QueryInterface(pDI, NULL, NULL); in test_QueryInterface()
260 hr = IDirectInput8_QueryInterface(pDI, NULL, (void **)&pUnk); in test_QueryInterface()
264 hr = IDirectInput8_QueryInterface(pDI, &IID_IUnknown, NULL); in test_QueryInterface()
270 hr = IDirectInput8_QueryInterface(pDI, iid_list[i], (void **)&pUnk); in test_QueryInterface()
279 hr = IDirectInput8_QueryInterface(pUnk, iid_list[j], (void **)&pUnk1); in test_QueryInterface()
291 hr = IDirectInput8_QueryInterface(pDI, no_interface_list[i], (void **)&pUnk); in test_QueryInterface()
/reactos/sdk/include/psdk/
H A Ddinput.h2509 #define IDirectInput8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) macro
2523 #define IDirectInput8_QueryInterface(p,a,b) (p)->QueryInterface(a,b) macro