Home
last modified time | relevance | path

Searched refs:DIDATAFORMAT (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/directx/wine/dinput/
H A Ddata_formats.c75 const DIDATAFORMAT c_dfDIJoystick = {
76 sizeof(DIDATAFORMAT),
251 const DIDATAFORMAT c_dfDIJoystick2 = {
252 sizeof(DIDATAFORMAT),
270 const DIDATAFORMAT c_dfDIMouse = {
271 sizeof(DIDATAFORMAT),
293 const DIDATAFORMAT c_dfDIMouse2 = {
294 sizeof(DIDATAFORMAT),
561 const DIDATAFORMAT c_dfDIKeyboard = {
562 sizeof(DIDATAFORMAT),
H A Ddevice_private.h123 extern void _dump_DIDATAFORMAT(const DIDATAFORMAT *df) DECLSPEC_HIDDEN;
H A Ddevice.c242 void _dump_DIDATAFORMAT(const DIDATAFORMAT *df) { in _dump_DIDATAFORMAT()
247 if (df->dwSize != sizeof(DIDATAFORMAT)) { in _dump_DIDATAFORMAT()
869 DIDATAFORMAT data_format; in _set_action_map()
1144 if (df->dwSize != sizeof(DIDATAFORMAT)) return DIERR_INVALIDPARAM; in IDirectInputDevice2WImpl_SetDataFormat()
/reactos/modules/rostests/winetests/dinput/
H A Ddevice.c49 static const DIDATAFORMAT data_format = {
50 sizeof(DIDATAFORMAT),
H A Djoystick.c58 static const DIDATAFORMAT c_dfDIJoystickTest = {
59 sizeof(DIDATAFORMAT),
301 DIDATAFORMAT format; in EnumJoysticks()
H A Dkeyboard.c94 DIDATAFORMAT df; in acquire_tests()
/reactos/sdk/include/psdk/
H A Ddinput.h814 } DIDATAFORMAT, *LPDIDATAFORMAT; typedef
815 typedef const DIDATAFORMAT *LPCDIDATAFORMAT;
2157 extern const DIDATAFORMAT c_dfDIMouse;
2158 extern const DIDATAFORMAT c_dfDIMouse2; /* DX 7 */
2159 extern const DIDATAFORMAT c_dfDIKeyboard;
2160 extern const DIDATAFORMAT c_dfDIJoystick;
2161 extern const DIDATAFORMAT c_dfDIJoystick2;