Home
last modified time | relevance | path

Searched refs:ScmSetupInProgress (Results 1 – 3 of 3) sorted by relevance

/reactos/base/system/services/
H A Dservices.c31 BOOL ScmSetupInProgress = FALSE; variable
131 ScmSetupInProgress = TRUE; in CheckForLiveCD()
H A Dservices.h108 extern BOOL ScmSetupInProgress;
H A Ddatabase.c373 if (ScmIsLocalSystemAccount(pImage->pszAccountName) || ScmLiveSetup || ScmSetupInProgress) in ScmLogonService()