Searched refs:dwKey (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/rasapi32/ |
H A D | rasapi.c | 319 DWORD WINAPI RasGetAutodialParamA(DWORD dwKey, LPVOID lpvValue, LPDWORD lpdwcbValue) in RasGetAutodialParamA() argument 321 FIXME("(%x,%p,%p),stub!\n",dwKey,lpvValue,lpdwcbValue); in RasGetAutodialParamA() 328 DWORD WINAPI RasGetAutodialParamW(DWORD dwKey, LPVOID lpvValue, LPDWORD lpdwcbValue) in RasGetAutodialParamW() argument 330 FIXME("(%x,%p,%p),stub!\n",dwKey,lpvValue,lpdwcbValue); in RasGetAutodialParamW()
|
/reactos/dll/win32/shell32/ |
H A D | CDefaultContextMenu.cpp | 941 DWORD dwKey= 0; in DoPaste() local 949 dwKey = MK_CONTROL; in DoPaste() 951 dwKey = MK_SHIFT; in DoPaste() 962 dwKey = MK_CONTROL|MK_SHIFT; in DoPaste() 974 SHSimulateDrop(pdrop, pda, dwKey, NULL, NULL); in DoPaste()
|
/reactos/win32ss/user/ntuser/ |
H A D | msgqueue.c | 221 UserGetKeyState(DWORD dwKey) in UserGetKeyState() argument 230 if (dwKey < 0x100) in UserGetKeyState() 232 if (IS_KEY_DOWN(MessageQueue->afKeyState, dwKey)) in UserGetKeyState() 234 if (IS_KEY_LOCKED(MessageQueue->afKeyState, dwKey)) in UserGetKeyState()
|