[Bug 3105] RPCRT4_NdrClientCall2 is a stub
29 Jun
2006
29 Jun
'06
4:23 p.m.
http://bugs.winehq.org/show_bug.cgi?id=3105 ------- Additional Comments From rob(a)codeweavers.com 2006-29-06 11:23 ------- spoolsv.exe is a service. First you need to add the service to the registry, then you need to start it with StartService, like this: SC_HANDLE scm = OpenSCManager(NULL, NULL, SC_MANAGER_CONNECT); SC_HANDLE service = OpenService(scm, "SPOOLER", SERVICE_START); BOOL ret = StartService(service, 0, NULL); if (!ret) printf("StartService failed with error %ld\n", GetLastError()); -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
7109
Age (days ago)
7109
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wine Bugs