NT Service tutorial?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Caglar Cakan

    NT Service tutorial?

    Hi there,

    anyone got some tutorials for programming NT Services under
    windows XP with c?

    thanks
  • Caglar Cakan

    #2
    Re: NT Service tutorial?

    On Wed, 13 Jul 2005 19:59:34 +0200, Caglar Cakan <nospam@localho st.org>
    wrote:
    [color=blue]
    > Hi there,
    >
    > anyone got some tutorials for programming NT Services under
    > windows XP with c?
    >
    > thanks[/color]

    already found some information:

    really good information about services
    and coding sample:



    useful msdn page:



    I love to reply to my own posts :-/

    regards

    Comment

    • Caglar Cakan

      #3
      Re: NT Service tutorial?

      Hi again,

      now I'm stuck when I try to stop a service if the status is
      SERVICE_STOP_PE NDING ...
      anyone got a good example how to stop the service then?
      It should work with the standard "Stop" function or the
      service browser of windows XP.

      thanks

      Comment

      • Marc Thrun

        #4
        Re: NT Service tutorial?

        Caglar Cakan wrote:[color=blue]
        > Hi again,
        >
        > now I'm stuck when I try to stop a service if the status is
        > SERVICE_STOP_PE NDING ...
        > anyone got a good example how to stop the service then?
        > It should work with the standard "Stop" function or the
        > service browser of windows XP.
        >
        > thanks[/color]

        This is not the right newsgroup for this question. Try it somewhere in
        the comp.os.ms-windows.* or microsoft.* groups.

        Comment

        • Flash Gordon

          #5
          Re: NT Service tutorial?

          Caglar Cakan wrote:[color=blue]
          > Hi again,
          >
          > now I'm stuck when I try to stop a service if the status is
          > SERVICE_STOP_PE NDING ...
          > anyone got a good example how to stop the service then?
          > It should work with the standard "Stop" function or the
          > service browser of windows XP.[/color]

          Ask in a Windows group. This has absolutely nothing to do with standard
          C which is the topic of this group.
          --
          Flash Gordon
          Living in interesting times.
          Although my email address says spam, it is real and I read it.

          Comment

          Working...