JNA API 3.4.0

com.sun.jna.platform.win32
Class WinNT.ACCESS_ACEStructure

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.platform.win32.WinNT.ACEStructure
          extended by com.sun.jna.platform.win32.WinNT.ACCESS_ACEStructure
Direct Known Subclasses:
WinNT.ACCESS_ALLOWED_ACE, WinNT.ACCESS_DENIED_ACE
Enclosing interface:
WinNT

public abstract static class WinNT.ACCESS_ACEStructure
extends WinNT.ACEStructure

ACCESS_ALLOWED_ACE and ACCESS_DENIED_ACE have the same structure layout


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue
 
Field Summary
 int Mask
           
 WinDef.DWORD SidStart
          first 4 bytes of the SID
 
Fields inherited from class com.sun.jna.platform.win32.WinNT.ACEStructure
AceFlags, AceSize, AceType, psid
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
WinNT.ACCESS_ACEStructure(Pointer p)
           
 
Method Summary
 
Methods inherited from class com.sun.jna.platform.win32.WinNT.ACEStructure
getSID, getSidString
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldOrder, getFields, getFieldTypeInfo, getNativeAlignment, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Mask

public int Mask

SidStart

public WinDef.DWORD SidStart
first 4 bytes of the SID

Constructor Detail

WinNT.ACCESS_ACEStructure

public WinNT.ACCESS_ACEStructure(Pointer p)

JNA API 3.4.0

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