Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Microsoft Windows Microagents and Methods : COM.TIBCO.hawk.hma.Services : Services:getServiceConfiguration

Services:getServiceConfiguration
Method
 
Purpose
This method gets the current configuration of the specified Microsoft Windows service(s).
Remarks
If the Service parameter is blank or set to ALL then all installed Microsoft Windows services are returned. If a specific service is specified, only that Microsoft Windows service is returned
Type
Synchronous, IMPACT_INFO.
Arguments
 
Returns
 
OWN_PROCESS: Indicates a Win32 service that runs in its own process.
INTERACTIVE_OWN_PROCESS: Indicates a Win32 service that runs in its own process and that can interact with the desktop.
SHARE_PROCESS: Indicates a Win32 service that shares a process with other services.
INTERACTIVE_SHARE_PROCESS: Indicates a Win32 service that shares a process with other services and that can interact with the desktop.
KERNEL_DRIVER: Indicates a device driver.
FILE_SYSTEM_DRIVER: Indicates a file system driver.
DEMAND_START: Specifies a device driver or Win32 service started by the service control manager when a process calls the StartService function (e.g. Services Control Panel Applet).
AUTO_START: Specifies a device driver or Win32 service started by the service control manager automatically during system startup.
DISABLED: Specifies a device driver or Win32 service that can no longer be started.
BOOT_START: Specifies a device driver started by the system loader.
SYSTEM_START: Specifies a device driver started by the IoInitSystem function.
IGNORE: The startup (boot) program logs the error but continues the startup operation.
NORMAL: The startup program logs the error and displays a message box pop-up but continues the startup operation.
SEVERE: The startup program logs the error. If the last-known good configuration is being started, the startup operation continues. Otherwise, the system is restarted with the last known good configuration.
CRITICAL: The startup program logs the error, if possible. If the last-known good configuration is being started, the startup operation fails. Otherwise, the system is restarted with the last-known good configuration.
The account name, in the form of DomainName\Username, which the log-on name of the service process when it is run.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved