Méthode IDesktopWallpaper ::SetWallpaper (shobjidl_core.h)
Définit le papier peint du bureau.
Syntaxe
HRESULT SetWallpaper(
[in] LPCWSTR monitorID,
[in] LPCWSTR wallpaper
);
Paramètres
[in] monitorID
ID du moniteur. Cette valeur peut être obtenue via GetMonitorDevicePathAt. Définissez cette valeur sur NULL pour définir l’image de papier peint sur tous les moniteurs.
[in] wallpaper
Chemin d’accès complet du fichier image de papier peint.
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shobjidl_core.h (inclure Shobjidl.h) |