Package com.sun.jna.platform.win32
Class Psapi.PSAPI_WORKING_SET_EX_INFORMATION
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Psapi.PSAPI_WORKING_SET_EX_INFORMATION
- Enclosing interface:
- Psapi
@FieldOrder({"VirtualAddress","VirtualAttributes"})
public static class Psapi.PSAPI_WORKING_SET_EX_INFORMATION
extends Structure
- 
Nested Class SummaryNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsFields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetNode()The NUMA node.intThe number of processes that share this page.intThe memory protection attributes of the page.booleanisBad()If this bit is 1, the page is has been reported as bad.booleanIf this bit is 1, the page is a large page.booleanisLocked()If this bit is 1, the virtual page is locked in physical memory.booleanisShared()If this bit is 1, the page can be shared.booleanisValid()If this bit is 1, the subsequent members are valid; otherwise they should be ignored.Methods inherited from class com.sun.jna.StructureallocateMemory, 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
- 
Field Details- 
VirtualAddress
- 
VirtualAttributes
 
- 
- 
Constructor Details- 
PSAPI_WORKING_SET_EX_INFORMATIONpublic PSAPI_WORKING_SET_EX_INFORMATION()
 
- 
- 
Method Details- 
isValidpublic boolean isValid()If this bit is 1, the subsequent members are valid; otherwise they should be ignored.
- 
getWin32Protectionpublic int getWin32Protection()The memory protection attributes of the page. For a list of values see below.- See Also:
 
- 
getNodepublic int getNode()The NUMA node. The maximum value of this member is 63.
- 
isLockedpublic boolean isLocked()If this bit is 1, the virtual page is locked in physical memory.
- 
isLargePagepublic boolean isLargePage()If this bit is 1, the page is a large page.
- 
isBadpublic boolean isBad()If this bit is 1, the page is has been reported as bad.
 
-