void DisableCtrlAltDelete(bool bDisabled)
{
SystemParametersInfo (SPI_CREENSAVERRUNNING,bDisabled,
NULL,NULL);
}