The information in this article applies to:
SUMMARYIn Windows NT and Windows 2000, a service and a device driver have different functions. A service is a user-mode process that implements the Service Controller Specification. A device driver is a portion of kernel-mode code that implements the Windows NT Driver Model Specification. MORE INFORMATION
There are some similarities between services and device drivers. The
Service Controller is the component of the system that controls
starting, pausing, stopping, and continuing services in the system. It
also starts and stops (loads and unloads) device drivers. The Service
Controller provides a common user interface and application programming
interface (API) for services and device drivers.
Additional query words:
Keywords : kbother |
Last Reviewed: January 21, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |