Home
last modified time | relevance | path

Searched refs:SetWallpaper (Results 1 – 7 of 7) sorted by relevance

/reactos/base/applications/mspaint/
H A Dregistry.h64 static void SetWallpaper(LPCWSTR szFileName, WallpaperStyle style);
H A Dmain.cpp907 RegistrySettings::SetWallpaper(g_szFileName, RegistrySettings::TILED); in OnCommand()
910 RegistrySettings::SetWallpaper(g_szFileName, RegistrySettings::CENTERED); in OnCommand()
913 RegistrySettings::SetWallpaper(g_szFileName, RegistrySettings::STRETCHED); in OnCommand()
H A Dregistry.cpp39 void RegistrySettings::SetWallpaper(LPCWSTR szFileName, RegistrySettings::WallpaperStyle style) in SetWallpaper() function in RegistrySettings
/reactos/dll/win32/shell32/
H A DCActiveDesktop.h28 STDMETHOD(SetWallpaper)(PCWSTR pwszWallpaper, DWORD dwReserved) override;
H A DCActiveDesktop.cpp38 HRESULT WINAPI CActiveDesktop::SetWallpaper(PCWSTR pwszWallpaper, DWORD dwReserved) in SetWallpaper() function in CActiveDesktop
/reactos/dll/cpl/desk/
H A Dbackground.c989 SetWallpaper(PBACKGROUND_DATA pData) in SetWallpaper() function
1259 SetWallpaper(pData); in BackgroundPageProc()
/reactos/sdk/include/psdk/
H A Dshlobj.h1147 STDMETHOD(SetWallpaper)(THIS_ PCWSTR pwszWallpaper, DWORD dwReserved) PURE; in DECLARE_INTERFACE_() local