Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32

Class Winsvc.ENUM_SERVICE_STATUS

  • Enclosing interface:
    Winsvc


    @Structure.FieldOrder(value={"lpServiceName","lpDisplayName","ServiceStatus"})
    public static class Winsvc.ENUM_SERVICE_STATUS
    extends Structure
    Contains the name of a service in a service control manager database and information about that service. It is used by the EnumDependentServices and EnumServicesStatus functions.
    • Field Detail

      • lpServiceName

        public java.lang.String lpServiceName
        The name of a service in the service control manager database. The maximum string length is 256 characters. The service control manager database preserves the case of the characters, but service name comparisons are always case insensitive. A slash (/), backslash (\), comma, and space are invalid service name characters.
      • lpDisplayName

        public java.lang.String lpDisplayName
        A display name that can be used by service control programs, such as Services in Control Panel, to identify the service. This string has a maximum length of 256 characters. The name is case-preserved in the service control manager. Display name comparisons are always case-insensitive.
    • Constructor Detail

      • ENUM_SERVICE_STATUS

        public ENUM_SERVICE_STATUS()
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.