Searched refs:DIDATAFORMAT (Results 1 – 7 of 7) sorted by relevance
75 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),
123 extern void _dump_DIDATAFORMAT(const DIDATAFORMAT *df) DECLSPEC_HIDDEN;
242 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()
49 static const DIDATAFORMAT data_format = {50 sizeof(DIDATAFORMAT),
58 static const DIDATAFORMAT c_dfDIJoystickTest = {59 sizeof(DIDATAFORMAT),301 DIDATAFORMAT format; in EnumJoysticks()
94 DIDATAFORMAT df; in acquire_tests()
814 } DIDATAFORMAT, *LPDIDATAFORMAT; typedef815 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;