PROCESSOR_CACHE_TYPE enumeration
Represents the type of processor cache identified in the corresponding CACHE_DESCRIPTOR structure.
Syntax
typedef enum _PROCESSOR_CACHE_TYPE { CacheUnified, CacheInstruction, CacheData, CacheTrace } PROCESSOR_CACHE_TYPE;
Constants
- CacheUnified
-
The cache is unified.
- CacheInstruction
-
The cache is for processor instructions.
- CacheData
-
The cache is for data.
- CacheTrace
-
The cache is for traces.
Requirements
|
Minimum supported client | Windows Vista, Windows XP Professional x64 Edition [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008, Windows Server 2003 with SP1 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/21/2012