CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    2

    Stopping service on NT

    What does the SCM to stop a service running on NT ?


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Stopping service on NT

    the ControlService API is supposed to let you stop (SERVICE_CONTROL_STOP) a service.


  3. #3
    Join Date
    May 1999
    Posts
    2

    Re: Stopping service on NT

    Yes, I know that, but i would like to know what it really does (a Kill, Stop Process ?)
    (I'm new on NT, and come from Unix, so don't blame me if my questions are bizarre !)

    Regards

    JMB


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured