Package com.sun.jna.platform.win32
Class WinNT.PROCESSOR_CACHE_TYPE
java.lang.Object
com.sun.jna.platform.win32.WinNT.PROCESSOR_CACHE_TYPE
- Enclosing interface:
- WinNT
Represents the type of processor cache identifier in the corresponding 
WinNT.CACHE_DESCRIPTOR structure.- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic intThe cache is for data.static intThe cache is for processor instructions.static intThe cache is for traces.static intThe cache is unified.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
CacheUnifiedpublic static int CacheUnifiedThe cache is unified.
- 
CacheInstructionpublic static int CacheInstructionThe cache is for processor instructions.
- 
CacheDatapublic static int CacheDataThe cache is for data.
- 
CacheTracepublic static int CacheTraceThe cache is for traces.
 
- 
- 
Constructor Details- 
PROCESSOR_CACHE_TYPEpublic PROCESSOR_CACHE_TYPE()
 
-