CcGetCacheFileSize - NtDoc

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

LONGLONG CcGetCacheFileSize(
  [in] const SECTION_OBJECT_POINTERS *SectionObjectPointer
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The CcGetCacheFileSize function retrieves the current size of a file as known to the cache manager.

Parameters

SectionObjectPointer [in]

Pointer to a SECTION_OBJECT_POINTERS structure that contains the section object information.

Return value

CcGetCacheFileSize returns a 64-bit value that indicates the current file size.

See also

CcSetCacheFileSizes