Skip navigation links
JNA API 5.13.0
com.sun.jna.platform.win32

Class Psapi.PSAPI_WORKING_SET_EX_INFORMATION

    • Constructor Detail

      • PSAPI_WORKING_SET_EX_INFORMATION

        public PSAPI_WORKING_SET_EX_INFORMATION()
    • Method Detail

      • 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:
        Memory Protection Constants.
      • 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.
JNA API 5.13.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.