|
JNA API> 4.0.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.jna.platform.win32.WinNT.PROCESSOR_CACHE_TYPE
public abstract static class WinNT.PROCESSOR_CACHE_TYPE
Represents the type of processor cache identifier in the corresponding WinNT.CACHE_DESCRIPTOR structure.
| Field Summary | |
|---|---|
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. |
| Constructor Summary | |
|---|---|
WinNT.PROCESSOR_CACHE_TYPE()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int CacheUnified
public static int CacheInstruction
public static int CacheData
public static int CacheTrace
| Constructor Detail |
|---|
public WinNT.PROCESSOR_CACHE_TYPE()
|
JNA API> 4.0.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||