Home
last modified time | relevance | path

Searched refs:ustrWallpaper (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/user/user32/misc/
H A Ddesktop.c304 UNICODE_STRING ustrWallpaper; in RealSystemParametersInfoA() local
308 RtlInitUnicodeString(&ustrWallpaper, awc); in RealSystemParametersInfoA()
310 RtlUnicodeStringToAnsiString(&astrWallpaper, &ustrWallpaper, FALSE); in RealSystemParametersInfoA()
316 UNICODE_STRING ustrWallpaper; in RealSystemParametersInfoA() local
321 if (!RtlCreateUnicodeStringFromAsciiz(&ustrWallpaper, pvParam)) in RealSystemParametersInfoA()
326 pvParam = &ustrWallpaper; in RealSystemParametersInfoA()
332 RtlFreeUnicodeString(&ustrWallpaper); in RealSystemParametersInfoA()
351 UNICODE_STRING ustrWallpaper; in RealSystemParametersInfoW() local
353 RtlInitUnicodeString(&ustrWallpaper, pvParam); in RealSystemParametersInfoW()
354 return NtUserSystemParametersInfo(SPI_SETDESKWALLPAPER, uiParam, &ustrWallpaper, fWinIni); in RealSystemParametersInfoW()
/reactos/win32ss/user/ntuser/
H A Dsysparams.h145 UNICODE_STRING ustrWallpaper; member
H A Dsysparams.c678 gspv.ustrWallpaper.Buffer = gspv.awcWallpaper; in SpiSetWallpaper()
679 gspv.ustrWallpaper.MaximumLength = MAX_PATH * sizeof(WCHAR); in SpiSetWallpaper()
680 gspv.ustrWallpaper.Length = ustr.Length; in SpiSetWallpaper()
877 uiParam = min(uiParam, gspv.ustrWallpaper.Length + 1UL); in SpiGetSet()
1925 cbSize = min(uiParam, gspv.ustrWallpaper.Length + 1UL); in SpiGetSetProbeBuffer()