ServiceEnable

Declaration
long serviceEnable(Service service, 
long enabled)
Required Header service.h
Description

ServiceEnable enables or disables all threads belonging to Service.

If "enabled" is Then
FALSE serviceEnable will disable service.
TRUE serviceEnable will enable service.
Return Values
handle to a Service object
MPIHandleVOID if the Service could not be created
See Also