CcIsThereDirtyData - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

BOOLEAN CcIsThereDirtyData(
  [in] PVPB Vpb
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-ccistheredirtydata)

CcIsThereDirtyData function

Description

The CcIsThereDirtyData routine determines whether a mounted volume contains any files that have dirty data in the system cache.

Parameters

Vpb [in]

Pointer to a volume parameter block (VPB) for the volume.

Return value

CcIsThereDirtyData returns TRUE if the volume contains one or more cached files whose data has been modified in the cache but not yet flushed to disk, FALSE otherwise.

Remarks

CcIsThereDirtyData ignores temporary files.

See also

CcFlushCache

CcPurgeCacheSection