Searched refs:inst3A (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/dinput/ |
H A D | mouse.c | 215 DIDEVICEINSTANCE_DX3A inst3A; in test_GetDeviceInfo() local 225 inst3A.dwSize = sizeof(inst3A); in test_GetDeviceInfo() 226 hr = IDirectInputDevice_GetDeviceInfo(pMouse, (DIDEVICEINSTANCEA *)&inst3A); in test_GetDeviceInfo() 229 ok(instA.dwSize != inst3A.dwSize, "got %d, %d \n", instA.dwSize, inst3A.dwSize); in test_GetDeviceInfo() 230 ok(IsEqualGUID(&instA.guidInstance, &inst3A.guidInstance), "got %s, %s\n", in test_GetDeviceInfo() 231 wine_dbgstr_guid(&instA.guidInstance), wine_dbgstr_guid(&inst3A.guidInstance) ); in test_GetDeviceInfo() 232 ok(IsEqualGUID(&instA.guidProduct, &inst3A.guidProduct), "got %s, %s\n", in test_GetDeviceInfo() 233 wine_dbgstr_guid(&instA.guidProduct), wine_dbgstr_guid(&inst3A.guidProduct) ); in test_GetDeviceInfo() 234 ok(instA.dwDevType == inst3A.dwDevType, "got %d, %d\n", instA.dwDevType, inst3A.dwDevType); in test_GetDeviceInfo()
|
H A D | keyboard.c | 478 DIDEVICEINSTANCE_DX3A inst3A; in test_GetDeviceInfo() local 488 inst3A.dwSize = sizeof(inst3A); in test_GetDeviceInfo() 489 hr = IDirectInputDevice_GetDeviceInfo(pKey, (DIDEVICEINSTANCEA *)&inst3A); in test_GetDeviceInfo() 492 ok(instA.dwSize != inst3A.dwSize, "got %d, %d \n", instA.dwSize, inst3A.dwSize); in test_GetDeviceInfo() 493 ok(IsEqualGUID(&instA.guidInstance, &inst3A.guidInstance), "got %s, %s\n", in test_GetDeviceInfo() 494 wine_dbgstr_guid(&instA.guidInstance), wine_dbgstr_guid(&inst3A.guidInstance) ); in test_GetDeviceInfo() 495 ok(IsEqualGUID(&instA.guidProduct, &inst3A.guidProduct), "got %s, %s\n", in test_GetDeviceInfo() 496 wine_dbgstr_guid(&instA.guidProduct), wine_dbgstr_guid(&inst3A.guidProduct) ); in test_GetDeviceInfo() 497 ok(instA.dwDevType == inst3A.dwDevType, "got %d, %d\n", instA.dwDevType, inst3A.dwDevType); in test_GetDeviceInfo()
|