24 Apr
2007
24 Apr
'07
7:03 a.m.
On 4/24/07, Rolf Kalbermatter <r.kalbermatter(a)hccnet.nl> wrote:
Changelog dlls/advapi32/service.c - Make service_start_process return the pid to the caller
- /* FIXME: Put the pid into the service struct */ + if (ppid) *ppid = pi.dwProcessId; The fixme says to put the pid in the service struct, not return it in another parameter. -- James Hawkins