Home
last modified time | relevance | path

Searched refs:DIPROP_PRODUCTNAME (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/wine/dinput/
H A Djoystick.c657 case (DWORD_PTR) DIPROP_PRODUCTNAME: in JoystickWGenericImpl_GetProperty()
665 if (LOWORD(rguid) == (DWORD_PTR) DIPROP_PRODUCTNAME) in JoystickWGenericImpl_GetProperty()
/reactos/modules/rostests/winetests/dinput/
H A Djoystick.c390 hr = IDirectInputDevice_GetProperty(pJoystick, DIPROP_PRODUCTNAME, &dps.diph); in EnumJoysticks()
/reactos/sdk/include/psdk/
H A Ddinput.h911 #define DIPROP_PRODUCTNAME MAKEDIPROP(14) macro