public static class Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
int |
ActiveProcessLimit |
com.sun.jna.platform.win32.BaseTSD.ULONG_PTR |
Affinity |
int |
LimitFlags |
com.sun.jna.platform.win32.BaseTSD.SIZE_T |
MaximumWorkingSetSize |
com.sun.jna.platform.win32.BaseTSD.SIZE_T |
MinimumWorkingSetSize |
com.sun.jna.platform.win32.WinNT.LARGE_INTEGER |
PerJobUserTimeLimit |
com.sun.jna.platform.win32.WinNT.LARGE_INTEGER |
PerProcessUserTimeLimit |
int |
PriorityClass |
int |
SchedulingClass |
Constructor and Description |
---|
JOBJECT_BASIC_LIMIT_INFORMATION() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public com.sun.jna.platform.win32.WinNT.LARGE_INTEGER PerProcessUserTimeLimit
public com.sun.jna.platform.win32.WinNT.LARGE_INTEGER PerJobUserTimeLimit
public int LimitFlags
public com.sun.jna.platform.win32.BaseTSD.SIZE_T MinimumWorkingSetSize
public com.sun.jna.platform.win32.BaseTSD.SIZE_T MaximumWorkingSetSize
public int ActiveProcessLimit
public com.sun.jna.platform.win32.BaseTSD.ULONG_PTR Affinity
public int PriorityClass
public int SchedulingClass