Class WinNT.PROCESSOR_CACHE_TYPE

java.lang.Object
com.sun.jna.platform.win32.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 Details

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

    • PROCESSOR_CACHE_TYPE

      public PROCESSOR_CACHE_TYPE()