Searched defs:IDirectInputDevice2_CreateEffect (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | dinput.h | 1743 #define IDirectInputDevice2_CreateEffect(p,a,b,c,d) (p)->lpVtbl->CreateEffect(p,a,b,c,d) macro 1774 #define IDirectInputDevice2_CreateEffect(p,a,b,c,d) (p)->CreateEffect(a,b,c,d) macro
|