From: Eric K. <ek...@rz...> - 2002-07-20 13:07:02
|
"Jurgen Van Gael" <jur...@st...> wrote: Hello Jurgen! > As I am picking up reactos again I was just working on extending the > services.exe a bit more as a starting point. I was looking into > communication etc but as you are working on it maybe that isn't such a > good idea after all. Let me know if I should look into it further or if > I should look into WINE stuff or something! It is fine with me if you want to work on the service manager and services! I'll commit my changes to services.exe, eventlog.exe and advapi32.dll now. Please remember that this is work in progress. I will have a close look at the npfs driver and implement the tranceive request which is needed by TransactNamedPipe(). I use the eventlog service to implement the communication between the service manager and the service. To enable the eventlog service you will need to change the 'start' value of the eventlog service in the system.hiv file from 4 (disabled) to 2 (auto start). Regards, Eric |