Class Winsvc.SC_ACTION

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Winsvc.SC_ACTION
Direct Known Subclasses:
Winsvc.SC_ACTION.ByReference
Enclosing interface:
Winsvc

@FieldOrder({"type","delay"}) public static class Winsvc.SC_ACTION extends Structure
Represents an action that the service control manager can perform.
  • Field Details

    • type

      public int type
      The action to be performed. This member can be one of the following values from the SC_ACTION_TYPE enumeration type.
    • delay

      public int delay
      The time to wait before performing the specified action, in milliseconds.
  • Constructor Details

    • SC_ACTION

      public SC_ACTION()