| Package com.ms.service |
Previous |
Microsoft Packages |
Index |
Next |
public final class ServiceStatus implements Cloneable
{
public int CurrentState;
public int ControlsAccepted;
public int Win32ExitCode;
public int ServiceSpecificExitCode;
public int CheckPoint;
public int WaitHint;
}
For more information about this class, see the Microsoft® Win32® documentation on SYSTEM_STATUS.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |