CcGetFileSizePointer macro

The CcGetFileSizePointer macro returns the size of a file, given a pointer to a file object for the file.

Syntax

PLARGE_INTEGER CcGetFileSizePointer(
  [in] PFILE_OBJECT FileObject
);

Parameters

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

Return value

A pointer to a member of the cache manager structure for this file that specifies the file size in bytes.

Requirements

Target platform

Desktop

Header

Ntifs.h (include Ntifs.h)

See also

CcSetFileSizes

 

 

Send comments about this topic to Microsoft