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

Class WinNT.PROCESSOR_CACHE_TYPE

  • Enclosing interface:
    WinNT


    public abstract static class WinNT.PROCESSOR_CACHE_TYPE
    extends Object
    Represents the type of processor cache identifier in the corresponding WinNT.CACHE_DESCRIPTOR structure.
    • Field Detail

      • CacheUnified

        public static int CacheUnified
        The cache is unified.
      • CacheInstruction

        public static int CacheInstruction
        The cache is for processor instructions.
      • CacheData

        public static int CacheData
        The cache is for data.
      • CacheTrace

        public static int CacheTrace
        The cache is for traces.
    • Constructor Detail

      • PROCESSOR_CACHE_TYPE

        public PROCESSOR_CACHE_TYPE()
JNA API 4.2.1

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