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.
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 |