Home
last modified time | relevance | path

Searched refs:fVirt (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/winetests/user32/
H A Dresource.c156 ac[n++].fVirt = 0; in test_accel1()
203 ok( ac[n].fVirt == 0x007f, "fVirt 1 wrong got %x\n", ac[n].fVirt); in test_accel1()
208 ok( ac[n].fVirt == 0x0070, "fVirt 2 wrong got %x\n", ac[n].fVirt); in test_accel1()
213 ok( ac[n].fVirt == 0x0000, "fVirt 3 wrong got %x\n", ac[n].fVirt); in test_accel1()
218 ok( ac[n].fVirt == 0x0001, "fVirt 4 wrong got %x\n", ac[n].fVirt); in test_accel1()
243 ac[0].fVirt = 0; in test_accel2()
247 ac[1].fVirt = 0; in test_accel2()
310 ac[0].fVirt = 0xff; in test_accel2()
317 ok( out[0].fVirt == (ac[0].fVirt&0x7f), "fVirt not modified\n"); in test_accel2()
329 ok( out[0].fVirt == (ac[0].fVirt&0x7f), "fVirt not modified\n"); in test_accel2()
[all …]
/reactos/win32ss/user/ntuser/
H A Daccelerator.c60 hWnd, pMsg->message, pMsg->wParam, pMsg->lParam, pAccel->fVirt, pAccel->key, pAccel->cmd); in co_IntTranslateAccelerator()
67 if (pAccel->fVirt & FVIRTKEY) in co_IntTranslateAccelerator()
73 if (pMsg->wParam == pAccel->key && Mask == (pAccel->fVirt & (FSHIFT | FCONTROL | FALT))) in co_IntTranslateAccelerator()
85 if (pMsg->wParam == pAccel->key && (Mask & FALT) == (pAccel->fVirt & FALT)) in co_IntTranslateAccelerator()
205 Entries[Ret].fVirt = Accel->Table[Ret].fVirt; in NtUserCopyAcceleratorTable()
277 Accel->Table[Index].fVirt = Entries[Index].fVirt & FVIRT_MASK; in NtUserCreateAcceleratorTable()
278 if(Accel->Table[Index].fVirt & FVIRTKEY) in NtUserCreateAcceleratorTable()
435 if (Accel->Table[i].fVirt & FVIRT_TBL_END) in NtUserTranslateAccelerator()
/reactos/win32ss/user/user32/windows/
H A Daccel.c34 BYTE fVirt; member
142 pAccTableData[j].fVirt = pAccTableResData[j].fVirt; in U32LoadAccelerators()
146 pAccTableData[i - 1].fVirt |= 0x80; in U32LoadAccelerators()
293 if(!(lpAccelDst[i].fVirt & FVIRTKEY)) in CopyAcceleratorTableA()
320 if(!lpaccl[i].fVirt) in CreateAcceleratorTableA()
/reactos/dll/win32/ole32/
H A Dole2.c1987 if(!(lpAccelTbl[i].fVirt & FALT) && !(lpAccelTbl[i].fVirt & FVIRTKEY)) in IsAccelerator()
1995 if(lpAccelTbl[i].fVirt & FVIRTKEY) in IsAccelerator()
2003 if(mask == (lpAccelTbl[i].fVirt & (FSHIFT | FCONTROL | FALT))) goto found; in IsAccelerator()
2010 if((lpAccelTbl[i].fVirt & FALT) && (lpMsg->lParam & 0x20000000)) in IsAccelerator()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/
H A Dmstscax.cpp3433 if(pAccel[i].fVirt & FSHIFT) in ControlInfoToString()
3436 if(pAccel[i].fVirt & FCONTROL) in ControlInfoToString()
3439 if(pAccel[i].fVirt & FALT) in ControlInfoToString()
3442 if(pAccel[i].fVirt & FVIRTKEY) in ControlInfoToString()
/reactos/sdk/include/psdk/
H A Dwinuser.h2926 BYTE fVirt; member