CcGetFileSizePointer - NtDoc

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

void CcGetFileSizePointer(
  FO
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

CcGetFileSizePointer returns the size of a file.

Parameters

FO

[in] Pointer to a file object for the file whose size is to be returned.

Remarks

The CcGetFileSizePointer macro returns a pointer to a member of the cache manager structure for this file that specifies the file size in bytes.

See also

CcSetFileSizes