Windows NT Services

You can install an Open Data Services server application as a Windows NT service that responds to Windows NT commands such as net start, net stop, and net pause. Windows NT services must use the Win32™ API to register with the Service Control Manager (SCM). For more information, see your Win32 API documentation.

The PROCSRV sample application demonstrates integration with the Service Control Manager, and the service application demonstrates installing a Windows NT service.