Partager via


IApplicationDesignModeSettings2 ::SetIsOnLockScreen, méthode (shobjidl_core.h)

Cette méthode détermine si l’application, en mode création, peut afficher des informations sur l’écran de verrouillage Windows 8.

Syntaxe

HRESULT SetIsOnLockScreen(
  [in] BOOL isOnLockScreen
);

Paramètres

[in] isOnLockScreen

Type : BOOL

Lorsqu’elle est définie sur TRUE, l’application affiche des informations sur l’écran de verrouillage. Lorsque la valeur est FALSE, les informations ne s’affichent pas.

Valeur retournée

Type : HRESULT

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.1 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 R2 [applications de bureau uniquement]
Plateforme cible Windows
En-tête shobjidl_core.h (incluez Shobjidl.h)
Bibliothèque Twinapi.lib
DLL Twinapi.dll

Voir aussi

IApplicationDesignModeSettings2