public static class VirtualMachine.ForOpenJ9.Dispatcher.ForJnaWindowsEnvironment.WindowsLibrary.SecurityAttributes
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
boolean |
inherit
true if the attributes are inherited. |
com.sun.jna.platform.win32.WinDef.DWORD |
length
The descriptor's length.
|
com.sun.jna.Pointer |
securityDescriptor
A pointer to the descriptor.
|
Constructor and Description |
---|
SecurityAttributes() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, 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
@MaybeNull public com.sun.jna.platform.win32.WinDef.DWORD length
@MaybeNull public com.sun.jna.Pointer securityDescriptor
public boolean inherit
true
if the attributes are inherited.Copyright © 2014–2023. All rights reserved.