Package com.sun.jna.platform.win32
Class Winsvc.ENUM_SERVICE_STATUS_PROCESS
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.win32.Winsvc.ENUM_SERVICE_STATUS_PROCESS
 
 
- 
- Enclosing interface:
- Winsvc
 
 @FieldOrder({"lpServiceName","lpDisplayName","ServiceStatusProcess"}) public static class Winsvc.ENUM_SERVICE_STATUS_PROCESS extends Structure Contains the name of a service in a service control manager database and information about the service. It is used by the EnumServicesStatusEx function.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description java.lang.StringlpDisplayNameA display name that can be used by service control programs, such as Services in Control Panel, to identify the service.java.lang.StringlpServiceNameThe name of a service in the service control manager database.Winsvc.SERVICE_STATUS_PROCESSServiceStatusProcessAWinsvc.SERVICE_STATUS_PROCESSstructure that contains status information for the lpServiceName service.- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description ENUM_SERVICE_STATUS_PROCESS()
 - 
Method Summary- 
Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
 
- 
 
- 
- 
- 
Field Detail- 
lpServiceNamepublic 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.
 - 
lpDisplayNamepublic 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.
 - 
ServiceStatusProcesspublic Winsvc.SERVICE_STATUS_PROCESS ServiceStatusProcess AWinsvc.SERVICE_STATUS_PROCESSstructure that contains status information for the lpServiceName service.
 
- 
 
-