Searched refs:di_op (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/dinput/ |
H A D | mouse.c | 93 DIPROPDWORD di_op; in test_acquire() local 111 memset(&di_op, 0, sizeof(di_op)); in test_acquire() 112 di_op.dwData = 5; in test_acquire() 113 di_op.diph.dwHow = DIPH_DEVICE; in test_acquire() 185 memset(&di_op, 0, sizeof(di_op)); in test_acquire() 186 di_op.diph.dwHow = DIPH_BYOFFSET; in test_acquire() 187 di_op.diph.dwObj = DIMOFS_Y; in test_acquire() 192 …ok(hr == S_OK && di_op.dwData == 1, "GetProperty(): %08x, dwData: %i but should be 1.\n", hr, di_o… in test_acquire() 195 memset(&di_op, 0, sizeof(di_op)); in test_acquire() 196 di_op.diph.dwHow = DIPH_BYID; in test_acquire() [all …]
|