Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the type of processor cache identified in the corresponding CACHE_DESCRIPTOR structure.
Syntax
typedef enum _PROCESSOR_CACHE_TYPE {
CacheUnified,
CacheInstruction,
CacheData,
CacheTrace,
CacheUnknown
} PROCESSOR_CACHE_TYPE, *PPROCESSOR_CACHE_TYPE;
Constants
CacheUnifiedThe cache is unified. |
CacheInstructionThe cache is for processor instructions. |
CacheDataThe cache is for data. |
CacheTraceThe cache is for traces. |
Requirements
| Requirement | Value |
|---|---|
| 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 | winnt.h (include Windows.h) |