fAction (BOOL) - input

      Flag indicating action to perform on the DSOM daemon.

      TRUE

        Start the DSOM daemon.
      FALSE
        Stop the DSOM daemon.

      rc (APIRET) - returns

        Return code.

        PMERR_OK (0x0000)

          Successfully invoked.
        PMERR_WPDSERVER_IS_ACTIVE (0x1056)
          The Workplace Shell DSOM Server is active and running. It cannot stop the DSOM daemon until the Workplace Shell DSOM Server has stopped.
        PMERR_SOMDD_IS_ACTIVE (0x1058)
          The DSOM daemon has been started by the Workplace Shell process and is active and running; therefore, it cannot be started again.
        PMERR_SOMDD_NOT_STARTED (0x1059)
          The DSOM daemon failed to start. It might be active in another process.


        [Back] [Next]