DISCARDCACHE
The DISCARDCACHE
enumeration values are used in the IOleCache2::DiscardCache
Defined in
the
typedef enum tagDISCARDCACHE
{
DISCARDCACHE_SAVEIFDIRTY = 0,
DISCARDCACHE_NOSAVE = 1
} DISCARDCACHE;
Elements
DISCARDCACHE_SAVEIFDIRTY
The cache is
to be saved to disk.
DISCARDCACHE_NOSAVE
The cache can
be discarded without saving it.
See Also