Package com.sun.jna.platform.win32
Klasse Psapi.PSAPI_WORKING_SET_EX_INFORMATION
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Psapi.PSAPI_WORKING_SET_EX_INFORMATION
- Umschließende Schnittstelle:
Psapi
@FieldOrder({"VirtualAddress","VirtualAttributes"})
public static class Psapi.PSAPI_WORKING_SET_EX_INFORMATION
extends Structure
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Feldübersicht
FelderVon Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
getNode()
The NUMA node.int
The number of processes that share this page.int
The memory protection attributes of the page.boolean
isBad()
If this bit is 1, the page is has been reported as bad.boolean
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.Von Klasse geerbte Methoden com.sun.jna.Structure
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
-
Felddetails
-
VirtualAddress
-
VirtualAttributes
-
-
Konstruktordetails
-
PSAPI_WORKING_SET_EX_INFORMATION
public PSAPI_WORKING_SET_EX_INFORMATION()
-
-
Methodendetails
-
isValid
public boolean isValid()If this bit is 1, the subsequent members are valid; otherwise they should be ignored. -
getWin32Protection
public int getWin32Protection()The memory protection attributes of the page. For a list of values see below.- Siehe auch:
-
getNode
public int getNode()The NUMA node. The maximum value of this member is 63. -
isLocked
public boolean isLocked()If this bit is 1, the virtual page is locked in physical memory. -
isLargePage
public boolean isLargePage()If this bit is 1, the page is a large page. -
isBad
public boolean isBad()If this bit is 1, the page is has been reported as bad.
-