DISCARDCACHE enumeration
Specifies what to do with caches that are to be discarded from memory if their dirty bit has been set.
Syntax
typedef enum tagDISCARDCACHE { DISCARDCACHE_SAVEIFDIRTY = 0, DISCARDCACHE_NOSAVE = 1 } DISCARDCACHE;
Constants
- DISCARDCACHE_SAVEIFDIRTY
-
The cache is to be saved to disk.
- DISCARDCACHE_NOSAVE
-
The cache can be discarded without saving it.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Show: