search for: startservicew

Displaying 3 results from an estimated 3 matches for "startservicew".

Did you mean: startservice
2004 May 06
1
Problem with CloneCD :-)
...\\HKLM\\System\\CurrentControlSet\\Services\\ElbyCDIO with underneath (amongst others): ImagePath(REG_EXPAND_SZ) : System32\Drivers\ElbyCDIO.sys When I run CloneCD it tries to start this 'service': - the registry is opened and ImagePath is read (OK) - then StartServiceA is called -> StartServiceW -> ... -> ExpandEnvironmentStringsW and the ImageValue is passed back (OK) - now StartServiceW tries to start the service 'System32\\Drivers\\ElbyCDIO.sys' (WRONG) I don't know the windows behaviour but I suspect that we should try to start the service as %WINDIR%\\<the ImageP...
2008 Feb 08
0
Wine release 0.9.55
...Fix some reference count leaks in the tmarshal test. oleaut32: Fix a leak of bmi in OLEPictureImpl_LoadGif. comctl32: In certain circumstances, native comctl32's animation control accepts negative start positions for the ACM_PLAY message. advapi32: Fix the size calculation in StartServiceW. wine.inf: Make UI effects default to on. oleaut32: Fix some memory leaks in the safearray tests. ole32: Add tests for CreatePointerMoniker. ole32: Add pointer moniker implementation. wininet: HTTP_Connect should fail if a NULL or empty hostname is passed in. rpc...
2008 Apr 04
0
Wine release 0.9.59
...n popup menu as the same information can now be viewed from the About dialog. services: Move SetServiceStatus and QueryServiceStatusEx to services.exe. services: Move LockServiceDatabase and UnlockServiceDatabase from advapi32.dll to services.exe. services: Move ControlService and StartServiceW from advapi32.dll to services.exe. services: Remove dependency on service name being determined correctly in order for the two ends on the control pipe to meet up. services: Introduce an scmdatabase object to store the root key of the services database. services: Fill in the funct...