Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dinput/
H A Ddevice.c703 IDirectInputDevice8_GetDeviceInfo(iface, &didev); in save_mapping_settings()
748 IDirectInputDevice8_GetDeviceInfo(&This->IDirectInputDevice8W_iface, &didev); in load_mapping_settings()
/reactos/sdk/include/psdk/
H A Ddinput.h2050 #define IDirectInputDevice8_GetDeviceInfo(p,a) (p)->lpVtbl->GetDeviceInfo(p,a) macro
2088 #define IDirectInputDevice8_GetDeviceInfo(p,a) (p)->GetDeviceInfo(a) macro