Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.82 KB

nf-shobjidl_core-iapplicationdesignmodesettings2-setisonlockscreen.md

File metadata and controls

71 lines (58 loc) · 2.82 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.IApplicationDesignModeSettings2.SetIsOnLockScreen
IApplicationDesignModeSettings2::SetIsOnLockScreen (shobjidl_core.h)
This method determines whether or not the application, in design mode, can display information on the Windows 8 lock screen.
IApplicationDesignModeSettings2 interface [Windows Shell]
SetIsOnLockScreen method
IApplicationDesignModeSettings2.SetIsOnLockScreen
IApplicationDesignModeSettings2::SetIsOnLockScreen
SetIsOnLockScreen
SetIsOnLockScreen method [Windows Shell]
SetIsOnLockScreen method [Windows Shell]
IApplicationDesignModeSettings2 interface
shell.IApplicationDesignModeSettings2_SetIsOnLockScreen
shobjidl_core/IApplicationDesignModeSettings2::SetIsOnLockScreen
shell\IApplicationDesignModeSettings2_SetIsOnLockScreen.htm
shell
5BFBB0E4-2448-44B1-B2F3-68AB8392C3A4
12/05/2018
IApplicationDesignModeSettings2 interface [Windows Shell],SetIsOnLockScreen method, IApplicationDesignModeSettings2.SetIsOnLockScreen, IApplicationDesignModeSettings2::SetIsOnLockScreen, SetIsOnLockScreen, SetIsOnLockScreen method [Windows Shell], SetIsOnLockScreen method [Windows Shell],IApplicationDesignModeSettings2 interface, shell.IApplicationDesignModeSettings2_SetIsOnLockScreen, shobjidl_core/IApplicationDesignModeSettings2::SetIsOnLockScreen
shobjidl_core.h
Shobjidl.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 R2 [desktop apps only]
Shobjidl.idl
Twinapi.lib
Twinapi.dll
Windows
19H1
IApplicationDesignModeSettings2::SetIsOnLockScreen
shobjidl_core/IApplicationDesignModeSettings2::SetIsOnLockScreen
c++
APIRef
kbSyntax
COM
twinapi.dll
IApplicationDesignModeSettings2.SetIsOnLockScreen

IApplicationDesignModeSettings2::SetIsOnLockScreen

-description

This method determines whether or not the application, in design mode, can display information on the Windows 8 lock screen.

-parameters

-param isOnLockScreen [in]

Type: BOOL

When set to TRUE, the application will display information on the lock screen. When set to FALSE, information will not be displayed.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IApplicationDesignModeSettings2