IMsRdpClientAdvancedSettings::put_DisableCtrlAltDel (Windows Embedded CE 6.0)
1/6/2010
This method sets a value that indicates whether the initial prompt screen in Winlogon, which prompts you to unlock your computer, should appear.
Syntax
HRESULT put_DisableCtrlAltDel(
LONG disableCtrlAltDel
);
Parameters
disableCtrlAltDel
[in] A new value indicating whether the initial prompt screen appears.Setting this value to 0 indicates that the screen is displayed. Setting it to a nonzero value indicates that the screen is not displayed. The default is a nonzero value, which means that the initial prompt screen is not displayed.
Return Value
Returns S_OK if successful.
Requirements
Header | mstsax.h, mstsax.idl |
Library | Mstsax.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IMsRdpClientAdvancedSettings Methods for Keyboard and Mouse
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::get_DisableCtrlAltDel