Marks the specified service for deletion from the service control manager database.
BOOL DeleteService( [in] SC_HANDLE hService );
int DeleteService(int hService) => _DeleteService(hService);