in reply to Win32_Service::Create information sought

From what I saw in the documentation, AcceptPause appears to be a read-only property, and there doesn't appear to be any methods that changes it. I found very little information is given on what it actually represents, but it might be a function of the the ServiceType passed to the constructor and/or the current State of the service.

Of course, none of that is Perl-related. That's because your question isn't either. You might have better luck if you look elsewhere (but sorry, I can't recommend anywhere). Once you find out what interface Windows provides (if any) to do this, we can help you call it from Perl.

  • Comment on Re: Win32_Service::Create information sought

Replies are listed 'Best First'.
Re^2: Win32_Service::Create information sought
by Dismas (Acolyte) on Apr 20, 2005 at 16:05 UTC
    Well, you're right, I did stray way OT. You caught me. Sorry, but I'm getting a bit desperate.