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
  • Field Details

  • Constructor Details

    • PSAPI_WORKING_SET_EX_INFORMATION

      public PSAPI_WORKING_SET_EX_INFORMATION()
  • Method Details

    • isValid

      public boolean isValid()
      If this bit is 1, the subsequent members are valid; otherwise they should be ignored.
    • getShareCount

      public int getShareCount()
      The number of processes that share this page. The maximum value of this member is 7.
    • getWin32Protection

      public int getWin32Protection()
      The memory protection attributes of the page. For a list of values see below.
      See Also:
    • isShared

      public boolean isShared()
      If this bit is 1, the page can be shared.
    • 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.