mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
![]() Purpose ======= - Current design does not warn user nor logs DEBUG traces when Service Start/Stop command fails or reach timeout. - Current Service Start/Stop progress window are WS_EX_TOOLWINDOW which reduce lisibility, is a ReactOS specificity without good reason. Proposed changes ================ - DPRINT1 traces added on failure cases. - Error Message box presented to user upon failure with explicit root cause identification. - Change Dialog definition to standard window. |
||
---|---|---|
.. | ||
lang | ||
res | ||
about.c | ||
CMakeLists.txt | ||
control.c | ||
create.c | ||
delete.c | ||
dependencies_tv1.c | ||
dependencies_tv2.c | ||
export.c | ||
listview.c | ||
mainwnd.c | ||
misc.c | ||
precomp.h | ||
progress.c | ||
propsheet.c | ||
propsheet_depends.c | ||
propsheet_general.c | ||
propsheet_logon.c | ||
propsheet_recovery.c | ||
query.c | ||
resource.h | ||
servman.c | ||
servman.rc | ||
start.c | ||
stop.c | ||
stop_dependencies.c |