processing.app.windows
Class Advapi32.SERVICE_TABLE_ENTRY

java.lang.Object
  extended by com.sun.jna.Structure
      extended by processing.app.windows.Advapi32.SERVICE_TABLE_ENTRY
Enclosing interface:
Advapi32

public static class Advapi32.SERVICE_TABLE_ENTRY
extends com.sun.jna.Structure


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
 java.lang.String lpServiceName
           
 Advapi32.SERVICE_MAIN_FUNCTION lpServiceProc
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
Advapi32.SERVICE_TABLE_ENTRY()
           
 
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

lpServiceName

public java.lang.String lpServiceName

lpServiceProc

public Advapi32.SERVICE_MAIN_FUNCTION lpServiceProc
Constructor Detail

Advapi32.SERVICE_TABLE_ENTRY

public Advapi32.SERVICE_TABLE_ENTRY()