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

Class WinNT.PROCESSOR_CACHE_TYPE

  • Enclosing interface:
    WinNT


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

      Fields 
      Modifier and Type Field and Description
      static int CacheData
      The cache is for data.
      static int CacheInstruction
      The cache is for processor instructions.
      static int CacheTrace
      The cache is for traces.
      static int CacheUnified
      The cache is unified.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 5.10.0

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