Searched refs:pwszKey (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | sysparams.c | 120 SpiLoadInt(PCWSTR pwszKey, PCWSTR pwszValue, INT iValue) in SpiLoadInt() argument 404 RegWriteUserSetting(pwszKey, in SpiStoreDWord() 415 RegWriteUserSetting(pwszKey, in SpiStoreSz() 429 RegWriteUserSetting(pwszKey, in SpiStoreSzInt() 537 return (UINT_PTR)pwszKey; in SpiSetYesNo() 548 SpiStoreSzInt(pwszKey, pwszValue, iValue); in SpiSetBool() 550 return (UINT_PTR)pwszKey; in SpiSetBool() 561 SpiStoreDWord(pwszKey, pwszValue, iValue); in SpiSetDWord() 563 return (UINT_PTR)pwszKey; in SpiSetDWord() 574 SpiStoreSzInt(pwszKey, pwszValue, iValue); in SpiSetInt() [all …]
|