Package com.sun.jna.platform.win32
Klasse WinNT.PROCESSOR_CACHE_TYPE
java.lang.Object
com.sun.jna.platform.win32.WinNT.PROCESSOR_CACHE_TYPE
- Umschließende Schnittstelle:
WinNT
Represents the type of processor cache identifier in the corresponding
WinNT.CACHE_DESCRIPTOR
structure.-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic int
The cache is for data.static int
The cache is for processor instructions.static int
The cache is for traces.static int
The cache is unified. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
CacheUnified
public static int CacheUnifiedThe cache is unified. -
CacheInstruction
public static int CacheInstructionThe cache is for processor instructions. -
CacheData
public static int CacheDataThe cache is for data. -
CacheTrace
public static int CacheTraceThe cache is for traces.
-
-
Konstruktordetails
-
PROCESSOR_CACHE_TYPE
public PROCESSOR_CACHE_TYPE()
-