Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Shared Service....

Shared Service....

Scheduled Pinned Locked Moved C / C++ / MFC
comsysadminquestion
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Carlos Antollini
    wrote on last edited by
    #1

    Okay it's time to make my Cuestion....:-O Any body Know which is the service that manage the Shared Directorys???? I have a service that read a shared directory, When the server starts the service can't read the shared directoy. I need to make my service depending of that service... Thanks.... Carlos Antollini. Sonork ID 100.10529 cantollini

    G J 2 Replies Last reply
    0
    • C Carlos Antollini

      Okay it's time to make my Cuestion....:-O Any body Know which is the service that manage the Shared Directorys???? I have a service that read a shared directory, When the server starts the service can't read the shared directoy. I need to make my service depending of that service... Thanks.... Carlos Antollini. Sonork ID 100.10529 cantollini

      G Offline
      G Offline
      Gavin Taylor
      wrote on last edited by
      #2

      I think it's the 'Server' service:suss:

      C 1 Reply Last reply
      0
      • G Gavin Taylor

        I think it's the 'Server' service:suss:

        C Offline
        C Offline
        Carlos Antollini
        wrote on last edited by
        #3

        I found the service, I need to make my service depending of workstation service.... Cheers!!!! I'm Happy Again...:-D :bob: Today is Friday!!! Carlos Antollini. Sonork ID 100.10529 cantollini

        M A 2 Replies Last reply
        0
        • C Carlos Antollini

          Okay it's time to make my Cuestion....:-O Any body Know which is the service that manage the Shared Directorys???? I have a service that read a shared directory, When the server starts the service can't read the shared directoy. I need to make my service depending of that service... Thanks.... Carlos Antollini. Sonork ID 100.10529 cantollini

          J Offline
          J Offline
          Jon Hulatt
          wrote on last edited by
          #4

          shares are handled by the "Server" service. Sorry to dissapoint you all with my lack of a witty or poignant signature.

          1 Reply Last reply
          0
          • C Carlos Antollini

            I found the service, I need to make my service depending of workstation service.... Cheers!!!! I'm Happy Again...:-D :bob: Today is Friday!!! Carlos Antollini. Sonork ID 100.10529 cantollini

            M Offline
            M Offline
            Martin Ziacek
            wrote on last edited by
            #5

            SC_HANDLE CreateService( SC_HANDLE hSCManager, // handle to SCM database LPCTSTR lpServiceName, // name of service to start LPCTSTR lpDisplayName, // display name DWORD dwDesiredAccess, // type of access to service DWORD dwServiceType, // type of service DWORD dwStartType, // when to start service DWORD dwErrorControl, // severity of service failure LPCTSTR lpBinaryPathName, // name of binary file LPCTSTR lpLoadOrderGroup, // name of load ordering group LPDWORD lpdwTagId, // tag identifier LPCTSTR lpDependencies, // array of dependency names LPCTSTR lpServiceStartName, // account name LPCTSTR lpPassword // account password ); You have to specify dependencies in the lpDependencies parameter. Martin

            1 Reply Last reply
            0
            • C Carlos Antollini

              I found the service, I need to make my service depending of workstation service.... Cheers!!!! I'm Happy Again...:-D :bob: Today is Friday!!! Carlos Antollini. Sonork ID 100.10529 cantollini

              A Offline
              A Offline
              Anders Molin
              wrote on last edited by
              #6

              Carlos Antollini wrote: I found the service, I need to make my service depending of workstation service.... Like a few others already have said, it's actually the server service. The server service handle NETBIOS, which makes other computers able to access your shares, and makes you able to access shares, and a lot of other stuff... - Anders Money talks, but all mine ever says is "Goodbye!"

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups