@Structure.FieldOrder(value={"VirtualAddress","VirtualAttributes"}) public static class Psapi.PSAPI_WORKING_SET_EX_INFORMATION extends Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field and Description |
---|---|
Pointer |
VirtualAddress |
BaseTSD.ULONG_PTR |
VirtualAttributes |
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
PSAPI_WORKING_SET_EX_INFORMATION() |
Modifier and Type | Method and Description |
---|---|
int |
getNode()
The NUMA node.
|
int |
getShareCount()
The number of processes that share this page.
|
int |
getWin32Protection()
The memory protection attributes of the page.
|
boolean |
isBad()
If this bit is 1, the page is has been reported as bad.
|
boolean |
isLargePage()
If this bit is 1, the page is a large page.
|
boolean |
isLocked()
If this bit is 1, the virtual page is locked in physical memory.
|
boolean |
isShared()
If this bit is 1, the page can be shared.
|
boolean |
isValid()
If this bit is 1, the subsequent members are valid; otherwise they
should be ignored.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, 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
public Pointer VirtualAddress
public BaseTSD.ULONG_PTR VirtualAttributes
public boolean isValid()
public int getShareCount()
public int getWin32Protection()
public boolean isShared()
public int getNode()
public boolean isLocked()
public boolean isLargePage()
public boolean isBad()