Searched refs:STICKYKEYS (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/cpl/access/ |
H A D | access.h | 29 STICKYKEYS stickyKeys; 30 STICKYKEYS oldStickyKeys;
|
H A D | access.c | 35 pGlobalData->stickyKeys.cbSize = sizeof(STICKYKEYS); in ReadSettings() 37 sizeof(STICKYKEYS), in ReadSettings()
|
H A D | keyboard.c | 85 sizeof(STICKYKEYS)); in StickyKeysDlgProc() 672 sizeof(STICKYKEYS), in KeyboardPageProc()
|
/reactos/win32ss/user/ntuser/ |
H A D | sysparams.h | 102 STICKYKEYS stickykeys; 177 STICKYKEYS stickykeys;
|
H A D | sysparams.c | 339 gspv.stickykeys.cbSize = sizeof(STICKYKEYS); in SpiUpdatePerUserSystemParameters() 1215 if (uiParam != 0 && uiParam != sizeof(STICKYKEYS)) in SpiGetSet() 1218 if (!StickyKeys || StickyKeys->cbSize != sizeof(STICKYKEYS)) in SpiGetSet() 1221 return SpiGetEx(pvParam, &gspv.stickykeys, sizeof(STICKYKEYS), fl); in SpiGetSet() 1228 if (uiParam != 0 && uiParam != sizeof(STICKYKEYS)) in SpiGetSet() 1231 if (!StickyKeys || StickyKeys->cbSize != sizeof(STICKYKEYS)) in SpiGetSet() 1234 if (!SpiSet(&gspv.stickykeys, pvParam, sizeof(STICKYKEYS), fl)) in SpiGetSet() 1961 cbSize = sizeof(STICKYKEYS); in SpiGetSetProbeBuffer() 2040 cbSize = sizeof(STICKYKEYS); in SpiGetSetProbeBuffer()
|
/reactos/modules/rostests/apitests/win32nt/ntuser/ |
H A D | NtUserSystemParametersInfo.c | 893 STICKYKEYS skOrig, sk; in Test_SPI_SETSTICKYKEYS() 896 skOrig.cbSize = sizeof(STICKYKEYS); in Test_SPI_SETSTICKYKEYS() 899 sk.cbSize = sizeof(STICKYKEYS)+1; in Test_SPI_SETSTICKYKEYS() 902 sk.cbSize = sizeof(STICKYKEYS)-1; in Test_SPI_SETSTICKYKEYS() 905 sk.cbSize = sizeof(STICKYKEYS); in Test_SPI_SETSTICKYKEYS() 923 skOrig.cbSize = sizeof(STICKYKEYS); in Test_SPI_SETSTICKYKEYS()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | generated.c | 3186 TEST_TYPE_SIZE (STICKYKEYS, 8) in test_pack_STICKYKEYS() 3187 TEST_TYPE_ALIGN (STICKYKEYS, 4) in test_pack_STICKYKEYS() 3188 TEST_FIELD_SIZE (STICKYKEYS, cbSize, 4) in test_pack_STICKYKEYS() 3189 TEST_FIELD_ALIGN (STICKYKEYS, cbSize, 4) in test_pack_STICKYKEYS() 3190 TEST_FIELD_OFFSET(STICKYKEYS, cbSize, 0) in test_pack_STICKYKEYS() 3191 TEST_FIELD_SIZE (STICKYKEYS, dwFlags, 4) in test_pack_STICKYKEYS() 6690 TEST_TYPE_SIZE (STICKYKEYS, 8) in test_pack_STICKYKEYS() 6691 TEST_TYPE_ALIGN (STICKYKEYS, 4) in test_pack_STICKYKEYS() 6692 TEST_FIELD_SIZE (STICKYKEYS, cbSize, 4) in test_pack_STICKYKEYS() 6693 TEST_FIELD_ALIGN (STICKYKEYS, cbSize, 4) in test_pack_STICKYKEYS() [all …]
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 3534 } STICKYKEYS,*LPSTICKYKEYS; typedef
|