From: Eric K. <ek...@rz...> - 2002-07-19 12:18:06
|
"Jurgen Van Gael" <jur...@st...> wrote: > I am extending the service.exe application a little bit. My question: > services.exe creates an event "SvcctrlStartEvent_A3725DX" to signal it's > intialisation state. It seems I cannot open the event on a real NT > platform, is this because the event was created with the security > credentials of the system acount? (BTW I need to open this event in > advapi32.OpenSCManager to check whether services.exe has initialized.) I am absolutely sure "SvcctrlStartEvent_A3725DX" is protected by a SecurityDescriptor which does not permit access to anything but services.exe and advapi.dll. Btw, what are you working on? I have done a little work on the communication between services and service.exe. Eric |