fAction (BOOL) - input

      Flag indicating the action to perform on the Workplace Shell DSOM server.

      TRUE

        Start the Workplace Shell DSOM server.
      FALSE
        Stop the Workplace Shell DSOM server.

      rc (APIRET) - returns

        Return code.

        PMERR_OK (0x0000)

          Successfully invoked.
        PMERR_WPDSERVER_IS_ACTIVE (0x1056)
          The Workplace Shell DSOM server is active and cannot be started again.
        PMERR_WPDSERVER_NOT_STARTED (0x1057)
          The Workplace Shell DSOM server could not be started, possibly related to a corrupted copy of WPDSRVP.DLL.
        Other
          Any other non-zero value could indicate that the WPDSRVP.DLL is corrupted or not found.


        [Back] [Next]