processing.app.windows
Class WINBASE.SECURITY_ATTRIBUTES

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

public static class WINBASE.SECURITY_ATTRIBUTES
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
 boolean bInheritHandle
           
 com.sun.jna.Pointer lpSecurityDescriptor
           
 int nLength
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
WINBASE.SECURITY_ATTRIBUTES()
           
 
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

nLength

public int nLength

lpSecurityDescriptor

public com.sun.jna.Pointer lpSecurityDescriptor

bInheritHandle

public boolean bInheritHandle
Constructor Detail

WINBASE.SECURITY_ATTRIBUTES

public WINBASE.SECURITY_ATTRIBUTES()