Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PWLX_USE_CTRL_ALT_DEL callback function (winwlx.h)
Called by GINA to tell Winlogon to use the standard CTRL+ALT+DEL key combination as a secure attention sequence (SAS).
Note GINA DLLs are ignored in Windows Vista.
This function has been superseded by the
WlxSetOption function called with Option parameter set to WLX_OPTION_USE_CTRL_ALT_DEL.
Syntax
PWLX_USE_CTRL_ALT_DEL PwlxUseCtrlAltDel;
VOID PwlxUseCtrlAltDel(
[in] HANDLE hWlx
)
{...}
Parameters
[in] hWlx
[in] Winlogon handle provided to GINA in the WlxInitialize call.
Return value
None
Remarks
If GINA uses this function, it is not required to use the WlxSasNotify function. However, if GINA is monitoring for other SASs in addition to CTRL+ALT+DEL, it must use WlxSasNotify to deliver the additional SAS event notifications.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | winwlx.h |
See also
Feedback
Was this page helpful?
