// Disconnect closes connection to the service control manager m. func (m *Mgr) Disconnect() error { return windows.CloseServiceHandle(m.Handle) }
// Close relinquish access to the service s. func (s *Service) Close() error { return windows.CloseServiceHandle(s.Handle) }