ADVAPI32: Make service_start_process return the pid to the caller

James Hawkins truiken at gmail.com
Tue Apr 24 01:03:55 CDT 2007


On 4/24/07, Rolf Kalbermatter <r.kalbermatter at 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



More information about the wine-devel mailing list