Package com.ms.service |
![]() Previous |
![]() Packages |
![]() Index |
![]() Next |
This package allows you to write a Microsoft® Windows NT® system service. System services do not work under Microsoft® Windows 95®. For more information about Windows NT® system services, see the Microsoft® Win32® SDK.
Installing a System Service | Use the svcsetup program to install your service. |
The com.ms.service package has the following two classes:
Class Service | Creates a Windows NT® system service. Derive your own class from this class. |
Class ServiceStatus | Contains state information for the service. For more information, see the SERVICE_STATUS structure in the Win32® SDK documentation. |
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.