@Properties(inherit=windows.class) public class MEMORYSTATUS extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
MEMORYSTATUS()
Default native constructor.
|
MEMORYSTATUS(long size)
Native array allocator.
|
MEMORYSTATUS(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
dwAvailPageFile() |
MEMORYSTATUS |
dwAvailPageFile(long setter) |
long |
dwAvailPhys() |
MEMORYSTATUS |
dwAvailPhys(long setter) |
long |
dwAvailVirtual() |
MEMORYSTATUS |
dwAvailVirtual(long setter) |
int |
dwLength() |
MEMORYSTATUS |
dwLength(int setter) |
int |
dwMemoryLoad() |
MEMORYSTATUS |
dwMemoryLoad(int setter) |
long |
dwTotalPageFile() |
MEMORYSTATUS |
dwTotalPageFile(long setter) |
long |
dwTotalPhys() |
MEMORYSTATUS |
dwTotalPhys(long setter) |
long |
dwTotalVirtual() |
MEMORYSTATUS |
dwTotalVirtual(long setter) |
MEMORYSTATUS |
position(long position) |
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 MEMORYSTATUS()
public MEMORYSTATUS(long size)
Pointer.position(long).public MEMORYSTATUS(Pointer p)
Pointer.Pointer(Pointer).public MEMORYSTATUS position(long position)
public MEMORYSTATUS dwLength(int setter)
public MEMORYSTATUS dwMemoryLoad(int setter)
public MEMORYSTATUS dwTotalPhys(long setter)
public MEMORYSTATUS dwAvailPhys(long setter)
public MEMORYSTATUS dwTotalPageFile(long setter)
public MEMORYSTATUS dwAvailPageFile(long setter)
public MEMORYSTATUS dwTotalVirtual(long setter)
public MEMORYSTATUS dwAvailVirtual(long setter)
Copyright © 2020. All rights reserved.