ServiceStop

The ServiceStop function stops the service.

Quick Info

Header file: WINWRAP.H
Library: WINWRAP.LIB

VOID ServiceStop(
  VOID  
);
 

Parameters

None.

Return Values

None.

Remarks

ServiceStop can be used by any thread.

For more information on this function, see the ServiceStop function in WINWRAP.C under the WINWRAP code sample in the Code Samples folder.

For more information on the WINWRAP library, see Using WINWRAP Functions, Mandatory Entry Points and Variables, and Events Signalled.

See Also

fIsService, FServiceReportStatus, HrServiceConfirmStop, HrServiceGetArgv, HrServiceGetName, HrServiceProcessControl, HrServiceShutdown, HrServiceStartup, HrServiceWaitForContinue, HrServiceWaitForControl, HrServiceWaitForStop, HServiceCreateThread, ServiceMain, SetServiceExitCode