Home
last modified time | relevance | path

Searched refs:CsrShutdownNonCsrProcess (Results 1 – 4 of 4) sorted by relevance

/reactos/win32ss/user/winsrv/consrv/
H A Dshutdown.c83 return CsrShutdownNonCsrProcess; in ConsoleClientShutdown()
103 if (FirstPhase) return CsrShutdownNonCsrProcess; in ConsoleClientShutdown()
109 return CsrShutdownNonCsrProcess; in ConsoleClientShutdown()
/reactos/win32ss/user/winsrv/usersrv/
H A Dshutdown.c547 return CsrShutdownNonCsrProcess; in NotifyUserProcessForShutdown()
752 return CsrShutdownNonCsrProcess; in UserClientShutdown()
769 if (result == CsrShutdownCancelled || result == CsrShutdownNonCsrProcess) in UserClientShutdown()
/reactos/sdk/include/reactos/subsys/csr/
H A Dcsrsrv.h113 CsrShutdownNonCsrProcess, enumerator
/reactos/subsystems/csr/csrsrv/
H A Dprocsup.c1368 if (FirstTry && (Result == CsrShutdownNonCsrProcess)) in CsrShutdownProcesses()