mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[SCHEDSVC] Add stubs for the wlnotify control codes
This commit is contained in:
parent
9a36ee8359
commit
0d13bb1015
1 changed files with 8 additions and 0 deletions
|
@ -106,6 +106,14 @@ ServiceControlHandler(DWORD dwControl,
|
|||
&ServiceStatus);
|
||||
return ERROR_SUCCESS;
|
||||
|
||||
case 128:
|
||||
TRACE(" Start Shell contol received\n");
|
||||
return ERROR_SUCCESS;
|
||||
|
||||
case 129:
|
||||
TRACE(" Logoff control received\n");
|
||||
return ERROR_SUCCESS;
|
||||
|
||||
default:
|
||||
TRACE(" Control %lu received\n", dwControl);
|
||||
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||
|
|
Loading…
Reference in a new issue