|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.jna.Structure processing.app.windows.Advapi32.SERVICE_STATUS
public static class Advapi32.SERVICE_STATUS
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.jna.Structure |
---|
com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue |
Field Summary | |
---|---|
int |
dwCheckPoint
|
int |
dwControlsAccepted
|
int |
dwCurrentState
|
int |
dwServiceSpecificExitCode
|
int |
dwServiceType
|
int |
dwWaitHint
|
int |
dwWin32ExitCode
|
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE |
Constructor Summary | |
---|---|
Advapi32.SERVICE_STATUS()
|
Method Summary |
---|
Methods inherited from class com.sun.jna.Structure |
---|
clear, equals, getPointer, hashCode, newInstance, read, readField, size, toArray, toArray, toString, write, writeField |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int dwServiceType
public int dwCurrentState
public int dwControlsAccepted
public int dwWin32ExitCode
public int dwServiceSpecificExitCode
public int dwCheckPoint
public int dwWaitHint
Constructor Detail |
---|
public Advapi32.SERVICE_STATUS()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |