@Properties(inherit=windows.class) public class JOBOBJECT_BASIC_LIMIT_INFORMATION extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
JOBOBJECT_BASIC_LIMIT_INFORMATION()
Default native constructor.
|
JOBOBJECT_BASIC_LIMIT_INFORMATION(long size)
Native array allocator.
|
JOBOBJECT_BASIC_LIMIT_INFORMATION(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ActiveProcessLimit() |
JOBOBJECT_BASIC_LIMIT_INFORMATION |
ActiveProcessLimit(int setter) |
long |
Affinity() |
JOBOBJECT_BASIC_LIMIT_INFORMATION |
Affinity(long setter) |
int |
LimitFlags() |
JOBOBJECT_BASIC_LIMIT_INFORMATION |
LimitFlags(int setter) |
long |
MaximumWorkingSetSize() |
JOBOBJECT_BASIC_LIMIT_INFORMATION |
MaximumWorkingSetSize(long setter) |
long |
MinimumWorkingSetSize() |
JOBOBJECT_BASIC_LIMIT_INFORMATION |
MinimumWorkingSetSize(long setter) |
LARGE_INTEGER |
PerJobUserTimeLimit() |
JOBOBJECT_BASIC_LIMIT_INFORMATION |
PerJobUserTimeLimit(LARGE_INTEGER setter) |
LARGE_INTEGER |
PerProcessUserTimeLimit() |
JOBOBJECT_BASIC_LIMIT_INFORMATION |
PerProcessUserTimeLimit(LARGE_INTEGER setter) |
JOBOBJECT_BASIC_LIMIT_INFORMATION |
position(long position) |
int |
PriorityClass() |
JOBOBJECT_BASIC_LIMIT_INFORMATION |
PriorityClass(int setter) |
int |
SchedulingClass() |
JOBOBJECT_BASIC_LIMIT_INFORMATION |
SchedulingClass(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic JOBOBJECT_BASIC_LIMIT_INFORMATION()
public JOBOBJECT_BASIC_LIMIT_INFORMATION(long size)
Pointer.position(long).public JOBOBJECT_BASIC_LIMIT_INFORMATION(Pointer p)
Pointer.Pointer(Pointer).public JOBOBJECT_BASIC_LIMIT_INFORMATION position(long position)
@ByRef public LARGE_INTEGER PerProcessUserTimeLimit()
public JOBOBJECT_BASIC_LIMIT_INFORMATION PerProcessUserTimeLimit(LARGE_INTEGER setter)
@ByRef public LARGE_INTEGER PerJobUserTimeLimit()
public JOBOBJECT_BASIC_LIMIT_INFORMATION PerJobUserTimeLimit(LARGE_INTEGER setter)
public JOBOBJECT_BASIC_LIMIT_INFORMATION LimitFlags(int setter)
public JOBOBJECT_BASIC_LIMIT_INFORMATION MinimumWorkingSetSize(long setter)
public JOBOBJECT_BASIC_LIMIT_INFORMATION MaximumWorkingSetSize(long setter)
public JOBOBJECT_BASIC_LIMIT_INFORMATION ActiveProcessLimit(int setter)
public JOBOBJECT_BASIC_LIMIT_INFORMATION Affinity(long setter)
public JOBOBJECT_BASIC_LIMIT_INFORMATION PriorityClass(int setter)
public JOBOBJECT_BASIC_LIMIT_INFORMATION SchedulingClass(int setter)
Copyright © 2020. All rights reserved.