Displaying 1 result from an estimated 1 matches for "service_query_status".
2008 Apr 19
0
[Fwd: win32-service-0.6.1 using a Rails Model]
Any ideas here? Line 911-921 indicates a failure in OpenService:
handle_scs = OpenService(
handle_scm,
service,
SERVICE_QUERY_STATUS
)
if handle_scs == 0
error = get_last_error
CloseServiceHandle(handle_scm)
raise Error, error
end
Something to do with WEBrick perhaps?
Regards,
Dan
-------------- next part --------------
An embedded message was scrubbed...
From: david <davidhooey at gmail.com>
Subject: win32...